/* CSS Document */

HTML {
	scrollbar-base-color: #0000FF;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #FF0000;	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-lightshadow-color:#FFFFFF ; 
	scrollbar-darkshadow-color: #0000FF;	
	scrollbar-highlight-color: #0000FF;
	scrollbar-3dlight-color: #FFFFFF;
}
BODY {
	font-family: "times new roman";		
	font-weight: bold;
	color: #0000FF;
	background-image:url(http://www.ohiobarnsurvey.com/media/images/backgrounds/bg-white01.jpg);
	padding: 0px .3in 0in .3in;
	margin-top:0px;
}
h1 {
	
	font-size: 30pt;
	color: #0000FF;
}
h2 {	
	font-size: 18pt;	
	color: #0000FF;
	text-decoration: underline;
}

h3 {
	font-size: 12pt;
	color: #FF0000;
}
h4 {
	font-family: "times new roman";
	color: #0000FF;
	font-size: 10pt;
	text-decoration: none;
}

h5 {	
	font-size: 18pt;	
	color: #0000FF;
	text-decoration: none;
}

p {
	font-family: "times new roman";
	font-size: 14pt;
	text-decoration: none;
	
}


a:link {color: #FF0000}     /* unvisited link */
a:visited {color: #FF0000}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */