body {
	background-color: black; 
	background-image: none; 
	font-family: "Times"; 
	font-size: 14pt; 
	font-weight: normal; 
	color: #009900; 
	text-align: center; 
	scrollbar-face-color: black; 
	scrollbar-shadow-color: #009900; 
	scrollbar-highlight-color: #009900; 
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: black; 
	scrollbar-arrow-color: #009900; 
	margin-left: 2%; 
	width: 700px; 
	margin-right: 2%;

}
A:link {
	color: #00FF00; 
	text-decoration: none;
}
A:visited {
	color: #990000; 
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
H1 {
	font-family: Times; 
	font-size: 38pt; 
	font-weight: normal; 
	color: white; 
	text-align: center; 
	padding-bottom: 5px; 
	padding-top: 10px
}
H2 {
	font-family: Times; 
	font-size: 18pt; 
	font-weight: normal; 
	color: #009900;
}
H3 {
	font-family: Times; 
	font-size: 14pt; 
	font-weight: normal; 
	color: #009900;
}
H4 {
	font-family: Times; 
	font-size: 14pt; 
	font-weight: normal; 
	color: white;
}
H5 {
    font-weight: normal; 
	font-size: 10pt; 
	text-align: center;
}
H6 {
	font-family: Times; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #009900; 
	text-align: center;
}
