BODY {background:#000044; color:white; margin:5%;}
DIV.footer {
        position:relative; top:50;
        font-family:"Sans Serif";
        font-size:smaller;
}
FONT.date {color:yellow; font-weight:600;}
FONT.brief {font-style:italic; color:skyblue; font-weight:600;}
HR {color:skyblue;}
P {font-weight:500;}
A:link {text-decoration:none; color:gold}
A:visited {text-decoration:none; color:orange}
A:active {bold; color:white}
A:hover {bold; color:yellow; cursor:pointer;}
A.cal:link {text-decoration:none; color:lime}
A.cal:visited {bold; color:silver}
A.cal:hover {bold; color:yellow}
TH {font:bold 12pt "Arial","Helvetica","Verdana"; color:magenta;}
TH.month {color:magenta;}
TH.year {color:orange;}
TD.year {color:orange; align:center;}
TD {font:12pt "Arial","Helvetica","Verdana"}
TD.day {
	background : skyblue;
	font : 12pt "Arial","Helvetica","Verdana";
	color : #000044;
	font-weight : 600;
}

