BODY {
margin: 0px; 
padding: 0px;
}

A:link { color: dimgray; text-decoration: none; cursor: pointer;}
A:visited { color: dimgray; text-decoration: none; cursor: pointer;}
A:hover { color: maroon; text-decoration: none; cursor: pointer;}
A:active { color: dimgray; background: none; cursor: pointer;}

.Global {
width: 780px;
height: 100%;
margin-left: auto;
margin-right: auto;
background: white;
}

.Global TD {
vertical-align: top;
}

.Header_Text {
font: bold italic 24px tahoma,sans-serif;
margin: 10px 10px 5px 10px;
color: dimgray;
border-top: 1px dotted dimgray;
border-bottom: 1px dotted dimgray;
}

.Header_Image {
background: url('header-image.jpg') no-repeat;
width: 760;
height: 140px;
padding: 0px; 
margin-left: 10px;
}

.MenuColTD {
width: 180px;
background: transparent;
color: inherit;
font: normal 13px arial, helvetica, ans-serif;
border-right: 1px dotted dimgray;
}

.Menu {
margin: 0px 10px 10px 15px;
text-align: left;
}

.Menu A {
display: block;
width: 140px;
height: 20px;
text-align: left;
font-weight: bold;
}

.Content {
width: 600px;
padding: 10px 20px 20px 20px;
background: transparent;
color: inherit;
text-align: justify;
}


html:not([dummy]) .Content {
width: 560px;
}

@media all and (min-width: 0px) {
.Content {width: 560px;}
}

.Content A:link { color: dimgray; text-decoration: underline; cursor: pointer;}
.Content A:visited { color: dimgray; text-decoration: underline; cursor: pointer;}
.Content A:hover { color: maroon; text-decoration: underline; cursor: pointer;}
.Content A:active { color: dimgray; background: underline; cursor: pointer;}

.HeadingStyle {
background: inherit;
color: dimgray;
font: bold italic 20px arial, helvetica, sans-serif;
}

p {
font: 13px arial, helvetica, sans-serif;
}

.Padded {
padding: 20px;
}

.small {
font: 13px arial, helvetica, sans-serif;
}

.mediumbold {
FONT: bold 15px arial, helvetica, sans-serif;
}

.smallbold {
font: bold 13px arial, helvetica, sans-serif;
}

.medium {
font: 15px arial, helvetica, sans-serif;
}


.Footer {
color: #000000;
font: 13px arial, helvetica, sans-serif;
height: 50px;
text-align: center;
vertical-align: top;
}

.FooterWrap {
border-top: 1px dotted dimgray;
margin-top: 10px;
padding-top: 10px;
font-style: italic;
margin-left: 10px;
margin-right: 10px;
}

.Copyright {
margin-left: 50px;
}


    .marquee {
    width: 783px;
line-height: 1px;
	background-color: rgb(66, 66, 66);
	color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }

}
#statuscafe {
    padding: .5em;
    background-color: white;
    border: 1px solid dimgray;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}