body {
	font-family: arial;
}

table {
	font: arial;
	font-size: 13;
}		

a:link {
	color: #8C3134;
	text-decoration: none;
}
a:visited {
	color: #8C3134;
	text-decoration: none;
}
a:focus {
	color: #8C3134;
	text-decoration: underline;
	background-color: #E4B0B0;
}
a:hover {
	color: #8C3134;
	text-decoration: none;
	background-color: #E4B0B0;
}
a:active {
	color: #8C3134;
	text-decoration: underline;
	background-color: #E4B0B0;
}