body {
	background-color: darkgray;
	font-family: Arial;
	font-size: 12px;
	color: White;
}
TD {
	FONT-SIZE: 12px;
	COLOR: Gray;
	LINE-HEIGHT: 14px;
	FONT-FAMILY: Verdana, sans-serif
}

hr{
	color: Black;
	width: 100%;
	height: 1,5
}
h4{
	color: Gray;
	font-size: 14px;
	font-weight : bold;
}
h5{
	color: Gray;
	font-size: 18px;
	font-weight : bold;
	FONT-FAMILY: "Bookman Old Style";
}
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 : Gray;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: underline
}