body {
font-family: Arial;
}

A.menu,A.menu:ACTIVE, A.menu:FOCUS,  A.menu:LINK, A.menu:VISITED   {
	font-family: Arial;
	font-style : bold;
	color : #517271;
	font-size : 16px;
        text-decoration: none;
}


A.menu:HOVER {
	text-decoration: underline;
}