/* 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: "lucida calligraphy";		
	font-weight: bold;
	color: #05fefe;
	background: #7c3290;
	padding: 0px .3in 0in .3in;
	margin-top:0px;
}
h1 {
	
	font-size: 30pt;
	text-decoration: underline;
}
h2 {	
	font-size: 18pt;	
	text-decoration: underline;
}

h3 {
	font-size: 12pt;
	text-decoration: none;
}
h4 {
	font-family: "times new roman";
	font-size: 10pt;
	text-decoration: none;
}

p {
	font-family: "times new roman";
	font-size: 12pt;
	text-decoration: none;
	
}
table {
	border-style: double;	
	border-width: thin;
	border-color: #7c3290;
	font-weight: bold;
	font-size:8pt
}

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