body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow:hidden;
}
table
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a:link {
text-decoration: none;
	color: #e4d06f;
	background:#380f07;
	
	
}
a:visited {

	text-decoration: none;
	color: #e4d06f;
	background:#380f07;
}
a:hover {

	text-decoration: underline;
	color: #380f07;
	background:none;
}
a:active {

	text-decoration: none;
	color: #e4d06f;
	background:#380f07;
}