body {
	background-color: darkgray;
	font-family: Arial;
	font-size: 10;
	color: Gray;
	font-weight : bold;
}
TD {
	FONT-SIZE: 13px;
	COLOR: Gray;
	LINE-HEIGHT: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
hr{
	color: Black;
	width: 100%
}

h4{
	color: White;
	font-size: 10px;
	font-weight : bold;
}
h5{
	color: Gray;
	font-size: 14px;
	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 : dimgray;
	font-size : 12px;
	font-weight : bold;
	TEXT-DECORATION: none
}