/* This CSS stylesheet is for the Thurston County Auditor's office website.  */
/* The URL for this site is:                                                 */
/* http://www.co.thurston.wa.us/auditor1/Elections/electns.htm.              */
/* Date of last update: 8/31/2005 - David N. Reeves                          */

/* This section is for styling for the entire website                        */
body {font-family:Arial;}

/* This section is for the main website navigation links on the top and      */
/* bottom of each Elections page.                                            */
	
.mainmenu:link { text-decoration:none; }
.mainmenu:active { text-decoration:none; }
.mainmenu:visited { text-decoration:none; }
.mainmenu:hover {text-decoration:underline;color:#fff8dc; }
.mainmenu {font-family:Arial;font-size:11px;color:#ffffff;}

/* This styling is for the Calendar Page */
.monthLabel {font-size: 18px; font-weight: bold;color:#cc0000;}

/* This section is for the documentation website                             */
	
.docmenu:link { text-decoration:none;color:navy;font-weight:bold; }
.docmenu:active { text-decoration:none;color:navy;font-weight:bold; }
.docmenu:visited { text-decoration:none;color:navy;font-weight:bold; }
.docmenu:hover {text-decoration:underline;color:#cc0000;font-weight:bold; }
.docmenu {font-family:Arial;font-size:11px;color:#navy;font-weight:bold;}
