<style type="text/css">
A:link {text-decoration: none; color: #0047AA;}
A:visited {text-decoration: none; color: #79A5FF;}
A:active {text-decoration: none; color: #79A5FF;}
A:hover {text-decoration: none; color: #79A5FF;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF0F0;
}

table.menu a { 
display: block; 
} 

div.menu a {
	color: #333333;
	background: #C72026;
	font-size:11px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.menu a:link {
color: #6F6F6F; 
background: #ffffff;
text-decoration:none;
}

div.menu a:active { 
color: #333333;
background: #F6F6F6; 
text-decoration:none;
}

div.menu a:visited {
color: #6F6F6F; 
background: #ffffff; 
text-decoration:none;
}

div.menu a:hover {
color: #333333;
background: #F6F6F6; 
text-decoration:none;
}
</style>