.menu {
 color: #000000;
 text-decoration: none;
 font-size: .9em;
 /*font-weight: bold;*/
}
.menu:hover {
 text-decoration: underline;
}
a {
 color : #D42E12;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
body
{
 color : #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: 1em;
 margin: 0px;
}
