body{
	margin : 0px;
	padding : 0px;
	font-family : sans-serif;
	font-size : 11px;
	color : #F5F5F5;
}
td {
	font-family : sans-serif;
	font-size : 11px;
	color : Silver;
}
A, A:LINK, A:VISITED{
	color : red;
	font-family : sans-serif;
	font-size : 12px;
	text-decoration : none;
	padding : 2px;
	font-weight : bold;
}
A:HOVER{
	color : White;
	font-family : sans-serif;
	font-size : 12px;
	text-decoration : none;
	padding : 2px;
	font-weight : bold;
}
