body {
	background-color: Black;
	font-family: Arial;
	font-size: 10;
	color: Gray;
	font-weight : bold;
}
hr{
	color: White;
	width: 70%;
	height: 2
}
h3{
	color: darkmagenta;
	font-size: 18px;
	font-weight : bolder;
}
h4{
	color: darkmagenta; font-size: 12px}
h5{
	color: White;
	font-size: 18px;
	font-weight : bold;
}
a:Link {
	color : White;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: none}
a:visited {
	color : White;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: none} 
a:hover {color :White;  font-size : 12px; 
font-weight : bold;
TEXT-DECORATION: none}