.redhead{
		font-family:  Arial, Helvetica, sans-serif;
		color: red;
		font-size : x-large;
		font-weight : bold;
}


.bluehead{
		font-family:  Arial, Helvetica, sans-serif;
		color: blue;
		font-size : x-large;
		font-weight : bold;
}

.bighead{
		font-family:  Arial, Helvetica, sans-serif;
		color: bue;
		font-size : large;
		font-weight : bold;
}
BODY{
	background-color: #ffa500;
	font-family :  "Times New Roman", Times, serif;
	color: Maroon;
	scrollbar-face-color: #ff0000;
    scrollbar-highlight-color: #87cefa;
    scrollbar-3dlight-color: #f0fff0; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-shadow-color: #00bfff; 
    scrollbar-arrow-color: #00bfff;
    scrollbar-track-color: #f0e68c;
}

A:link { color: #00008b; 
	text-decoration: none; }
A:visited { color: #da70d6;
	text-decoration: none; }
A:active { color: #330099; 
	text-decoration: none; }
A:hover { color: #ff0000; 
	text-decoration: none; }
A:bgcolor { color: #F5F5DC; 
	text-decoration: none; }
	
.caption { margin-top: 1pt;
	margin-bottom: 10pt;
	font-size: 7.5pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; }
	
	.sans { margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 9pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight :  bold;
	color: black;
	
