body {
	background-color: Black;
	font-family: Arial;
	font-size: 10;
	color: Gray;
	font-weight : bold;
}
hr{
	color: Silver;
	width: 100%;
	height: 2
}

h4{
	color: darkmagenta; font-size: 12px}
h5{
	color: White;
	font-size: 14px;
	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}