a:link { 
 font: 10px verdana,trebuchet,sans-serif;
 color: #000000; 
 font-weight: bold; 
 text-decoration: none; 
}

a:visited { 
 font: 10px verdana,trebuchet,sans-serif;
 color: #000000; 
 font-weight: bold; 
 text-decoration: none;
}

a:active { 
 font: 10px verdana,trebuchet,sans-serif;
 color: #0000CC; 
 font-weight: bold; 
 text-decoration: none;
}

a:hover { 
 font: 10px verdana,trebuchet,sans-serif;
 color: #0000CC; 
 font-weight: bold; 
 text-decoration: none;
}

/*---  LEFT SIDE BAR ---*/
#menu {
 font: 10px verdana,trebuchet,sans-serif;
 text-align: left;
 color: #003300;
}

/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

/*---  CENTER ---*/
#center {
 font: 8px/9px verdana,trebuchet,sans-serif;
 text-align: left;
 color: #000000;
 font-weight: bold;
 border-left: 1px dotted #999;
 border-right: 1px dotted #999;
}


/*--- RIGHT COLUMN ---*/
#right {
 font: 8px/9px verdana,trebuchet,sans-serif;
 text-align: left;
 color: #000000;
 font-weight: bold;
}

H3 {
 font-family: georgia,times new roman,sans-serif;
 font-size:   16px;
 color:       #000066;
 font-weight: bold;
}

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #000000;
 font-weight: normal;
}
H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #000000;
 font-weight: normal;
}


H6 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #000000;
 font-weight: normal;
}

/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}