<style type="text/css">
A.main_menu
{
	text-decoration		: none;
	font-weight			: bold;
	font-family			: serif;
	color				: #000080;
} 
A:link.main_menu
{ 
	text-decoration		: none;
	font-weight			: bold;
	font-family			: serif;
	color				: #000080;
}
A:visited.main_menu
{ 
	text-decoration		: none;
	font-weight			: bold;
	font-family			: serif;
	color				: #000080;
}
A:hover.main_menu
{ 
	text-decoration		: underline;
	font-weight			: bold;
	font-family			: serif;
	color				: #B00000;
}
</style>