

body{
	font-family: Arial,sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 1.5;	
	background-color: #FFFBE4;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFFBE4; 
	scrollbar-highlight-color: rgb(165,0,50); 
	scrollbar-shadow-color: rgb(165,0,50); 
	scrollbar-3dlight-color: white; 
	scrollbar-arrow-color: rgb(165,0,50); 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: white;
}

a:link, a:visited, a:hover {
	color: #A50032;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #A50032;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

