@charset "utf-8";
/* Stylesheet for the Joe Schedule about document */

BODY { 
color: white; 
/*background: #525a84;*/
background: #355382;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}

H2 {
margin-top: 0;
margin-bottom: 0.5em;
font-size: 20px;
font-weight: normal;
border-bottom: 1px solid white;
width: 350px;
}

DIV.content {
clear: both;
text-align: center;
}

P.copyright {
padding-top: 2px;
text-align: center;
font-size: 8pt;
}

DIV.third {
width: 350px;
}

DIV.border {
width: 100%;
text-align: center;
margin-bottom: 2em;
margin-top: 1em;
}

TD, TH, TR {
border-spacing: 0px;
font-size: 11px;
}

TH, TD {
text-align: left;
vertical-align: top;
}

TH {
white-space: nowrap;
padding-right: 1em;
}

UL {
list-style-position: outside;
margin-left: 1em;
margin-right: 1em;
padding: 0px;
list-style: none;
text-align: left;
}

BLOCKQUOTE {
margin-left: 1.5em;
margin-right: 0.5em;
}

A {
color: white;
}