/* Note: pages must all have 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
   has their first line or they will not look the same.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: .845em; 	line-height: 1.45em; OK without DOCTYPE */
	font-size: .8 em; 	line-height: 1.55em; 
	font-weight: 100;
	color: #333;

  /* Dark blue=264989  Light blue=4766A7 */ 
	scrollbar-base-color:#FFFFCB;
	scrollbar-arrow-color:black;
	scrollbar-track-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-highlight-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color:white;
	scrollbar-face-color:#FFFFCB;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.55em;
	font-weight: 100;
	color: black;
}

.pagetitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large; 
	color: black; 
  text-align: Center;
}

A:link, A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333399;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

A:link:hover    {text-decoration: underline; background:#CCFFFF; font-weight: bold}
A:visited:hover {text-decoration: underline; color:#333399;      font-weight: bold}

