BODY {
font-family: Verdana,Arial,Sans-Serif; 
font-style: normal; font-weight: normal; font-size: small; color: black; text-align: left;
margin-top: 0; margin-left: 30; background-color: rgb(255,255,255);
scroll:auto;  }

 
A {color: blue; text-decoration:underline;  }
A:link {color: blue; text-decoration:underline;  }
A:visited {color: blue; text-decoration:underline;  }
A:hover {color: blue; text-decoration:underline;  }
A:active {color: blue; text-decoration:underline; }
 
TD.listing { font-size:xx-small; color:black; }
TD.listing B { font-size:x-small; color:"#000088"; }
FONT.listing { font-size:x-small; color:"#000088"; font-weight:bold; }
FONT.listingBig { font-size:x-small; color:"#000088"; font-weight:bold; }
cite { font-size:xx-small; color:"#000000"; }
TD.days { font-size:xx-small; color:"#000000"; padding-top:20px; text-align:left; }
TD.day { background-color:"#ffffb0" ; font-weight:bold; font-size:small; color="#000000 "; text-align:center; border-color:blue; border-style:solid; border-width:thin; }
TD.announcement { border-style:groove; background-color:"#ffffb0"; font-weight:bold; font-size:x-small; text-align:center; }
TD.announcementHeader { font-weight:bold; font-size:xx-small; text-align:center; }
TD.footer { font-size:xx-small; color:"#000000"; text-align:center; }
TD.rhs { font-size:xx-small; color:"#000000"; }
TD.lhs { font-size:xx-small; color:"#000000"; }

HR.dividingLine { color:blue; width:100%}

div.right { text-align:right; }

/* For printing */
@media print {
body {background-color: white; color: black;}
A {color: black; text-decoration:underline;  }
A:link {color: black; text-decoration:underline;  }
A:visited {color: black; text-decoration:underline;  }
A:hover {color: black; text-decoration:underline;  }
A:active {color: black; text-decoration:underline; }
}

