body   { color: #010; background: #FFf9b8 ; 
font-family: verdana,arial; 
}

h1	{ color: #0000AA; font-family: verdana,arial; }
h4	{ color: #0000AA; }

td     { color: #008; font-family: verdana,arial; }
th     { color: #00F; font-family: verdana,arial; }

b	{ color: #FF0000; }
strong	{ color: #FF0000; }


A:link, A:active	{
	text-decoration	:	underline;
	color		:	#00F;
	}

A:visited 
{
	text-decoration	:	underline;
	color		:	#30F;
}
A:hover 
	{ 
	text-decoration	:	none;
	color		:	#F00;
        }

.calendar { font-size: 7pt; background: #ffffff; }
.today { font-size: 7pt; background: #ffffff; border: 2pt red ridge}

p.calendar {  
            margin-top:0pt;
            margin-bottom:5pt;
            line-height: 7pt;
          }

.navy { color : #FFFFFF; background : #0000AA;}
A.navy:link{ color: #FFFF00; text-decoration: none; }
A.navy:visited { color: #FFFF00; text-decoration: none; }
A.navy: hover { color: #FF0000; text-decoration: none; }

