body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: Black;
	scrollbar-3dlight-color: #0000FF;
	scrollbar-arrow-color: #000066;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #00FFFF;
	scrollbar-track-color: #000033;
/*	background-image: url(../images/horse-in-pasture-640px.jpg);  
	background-repeat: no-repeat;
	background-position: 200px;  */
}

a:link {
	color:white;
}

a:visited {
	color: Aqua;
}

a:hover {
	background-color: #191970;
}

a:active {
	text-transform: uppercase;
}


h1 {
	color: #4B0082;
	font-size: 2em;
	}

h2 {
	color: #339966;
	margin-left: 30px;
}

h3 {
	color: #333333;
	font-style: italic;
	margin-left: 45pt;
}

ol {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}

ul {
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	margin-bottom: 15px;
}

p {
	color: #F0F8FF;
	margin-bottom: 5px;
}

