body{

background: #ffffff;
font-family: verdana, helvetica, arial;
font-size: 0.9em;
color: navy;
margin: 6px;
scrollbar-face-color:#ffffc0;
scrollbar-arrow-color:#314331;
scrollbar-track-color:#C7DBC7;
scrollbar-shadow-color:#6F9F70;
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:#6F9F70;

}

A:link {
	color: blue; 
	text-decoration: none; 
	/*font-size: 0.7em; */
	font-family: verdana, helvetica, arial;
	
	}

A:visited {
	color: blue; 
	text-decoration: none; 
	/*font-size: 0.7em; 
	font-family: verdana, helvetica, arial;*/
	
	}
	
A:hover {
	color: #3A733C; 
	text-decoration: underline;
	/*font-size: 0.7em; 
	font-family: verdana, helvetica, arial;*/
	}
	

	
A:active {
	color: navy;  
	/*font-size: 0.7em; 
	font-family: verdana, helvetica, arial;*/
	
	}

h1,h2,h3,h4,h5,h6 {color: navy; font-weight: bold;}

h1{font-size: 1.7em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

p{font-family:  verdana, helvetica, arial;}
hr{color: navy; width: 70%;}
ul{font-family:  verdana;}
ol{font-family:  verdana;}
li{font-family:  verdana;}
img{border: 0px;}




/*classes*/

.in20{margin: 20px;}
.in60{margin: 60px;font-size: 1.2em;}
.tiny {font-size: 0.6em;}
.wee {font-size: 0.7em;}
.small {font-size: 0.75em;}
.medium {font-size: 0.8em;}
.bigger {font-size: 1.2em;}
.highlight {font-family: verdana, helvetica, arial; font-size: 1.2em; font-weight: bold;}
.menulight {background-color: #b8e0FF;}
.menudark {background-color: #90b8d7;}
.menuyellow {background-color: #ffffc0;}
.menunavy {background-color: navy;}
.menuyellow2 {background-color: #ffffc0; font-size: 0.8em; border-width: thin; border-color: #3A733C; border-style:dotted;}