body {
	color: Black;
	font-style : normal;
	font : bold 12px Arial;
}

td{
	color: Black;
	font-style : normal;
	font : bold 12px Arial;
	border : thin solid #7D7D7D;
}

.title{
	color: Black;
	font-style : normal;
	font : bold 12px Arial;
}

a{
	color: Black;
	font-style : normal;
	font : bold 12px Arial;
	text-decoration : none;
}

a:hover{
	color: Silver;
	font-style : normal;
	font : bold 12px Arial;
	text-decoration : none;
}