body {
	background-color: Black;
	font-family: "Bookman Old Style";
	font-size: 10;
	color: Gray;
	font-weight : bold;
}
hr{ color: Gray; width: 70%; height: 10}
h2{
	color: White
}
h5{
	color: White;
	font-size: 18px;
	font-weight : bold;
}
h4{
	color: Gray;
	font-size: 12px;
	font-weight : bold;
}
a:Link {
	color : Gray;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: none
}
a:visited {
	color : Gray;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: none
} 
a:hover {
	color : firebrick;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: none
}