/* CSS Document */

HTML {
	scrollbar-base-color: #b450aa;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #fa79bc;	
	scrollbar-shadow-color: #b450aa;
	scrollbar-lightshadow-color:#b450aa ; 
	scrollbar-darkshadow-color: #7c3290;	
	scrollbar-highlight-color: #7c3290;
	scrollbar-3dlight-color: #b450aa;
}
BODY {
	font-family: "times new roman";
	font-size: 36pt;
	font-weight: bold;
	color: #05fefe;
	background: #7c3290;
	padding: 50px .3in 0in .3in;
	margin-top:0px;
	}
h1 {
	
	font-size: 36pt;
	text-decoration: underline;
}
h2 {	
	font-size: 14pt;	
}

h3 {
	font-size: 12pt;
}
p {
	font-size: 12pt;
}
table {
	back-ground-color: #7c3290;
	border-style: double;	
	border-width: medium;
	border-color: #05fefe;
	font-weight: bold;
	font-size:8pt
}

a:link {color: #FA357C}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */