a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color:rgb(0,0,255);
}
body
{

background-color: #FDFBE3;
scrollbar-arrow-color: #336600;
scrollbar-base-color: #ffffff;
scrollbar-dark-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #336600;
scrollbar-highlight-color: #336600;
scrollbar-3d-light-color: #ff00ff;

}	

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
font-size: 100%;
	color:green;
}
h2
{text-indent: .25cm;
text-transform: uppercase;
		font-size: 100%;
		color: black; 
}
h3
{
position:relative;
left:40px;
		font-size: 100%;
		color: brown;
}
h4
{
	color: green;
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}
