h1           { font-family: Verdana; font-size: 14pt; color: #FFFFFF }

h2           { font-family: Verdana; font-size: 12pt; color: #FFFFFF }

h3           { font-family: Verdana; font-size: 11pt; color: #FFFFFF }

h4           { font-family: Verdana; font-size: 8pt; color: #FFFFFF }
                          
a:visited    { font-family: Verdana; font-size: 10pt; color: #FFFFFF }
               
a:link       { font-family: Verdana; font-size: 10pt; color: #FFFFFF; } 

a:hover      { font-family: Verdana; font-size: 10pt; color: #E54335; text-decoration: 
               underline }   
               
table        { font-family: Verdana; font-size: 10pt; color: #FFFFFF; text-align:center }

#calendar td {
	background-color: #ffffff;
	color: #000000;
	empty-cells: show;
	text-align: left;
	width: 83px;
	height: 83px;
	vertical-align: top;
	font-size: 10px;
	padding: 2px;
}

.overdate {
	position: absolute;
	width: 166;
	height: 166;
	visibility: hidden;
	border-width: 1px;
	border-color: #000000;
	background-color: #f8f8f8;
	border-style: solid;
	padding: 3px;
	color: black;
	font-size: 10px;
	text-align: left;
}

.overdate a {
	font-size: 10px;
	color: blue;
}

.overdate a:hover {
	font-size: 10px;
	color: blue;
}