body {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none; }
table {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
select {font-family: Arial, Helvetica, sans-serif; font-size: 8pt;background-color: #eff3ff; color: #003399;}
input {font-family: Arial, Helvetica, sans-serif; font-size: 8pt;background-color: #ffffff; color: #003399;}
a:link {  color: #003366;font-family: Arial; font-size: 9pt;}
a:hover {  color: #FF0000;  font-size: 9pt;}
a:active {  color: #FF3300; font-size: 9pt;}
a:visited {  color: #800080; text-decoration: none;  font-size: 9pt;}
ul {list-style-type: none;text-align: left; margin: 0.5em; }
.main { width:200px;}
.month { background-color:#d6dff7;
font:bold 8pt Arial;
color:#003399;
}

.daysofweek {
background-color:#9BB2DB;
font:bold 8pt Arial;
color:white;
}

.days {
font-size: 8pt;
font-family:Arial;
color:black;
background-color: #eff3ff;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}