a:link { color: rgb(0, 90, 0);
text-decoration: none;
}
a:active { 
color: rgb(0, 90, 0);
text-decoration: none;
}
a:visited { color: rgb(0, 90, 0);
text-decoration: none;
}
a:hover {
color: rgb(255, 0, 0);
text-decoration: none;
}

.menu{
a:text-decoration: underline;
hover {text-decoration: bold;}
}

008000
body         { font-family: Arial;}
p            { font-family: Arial;}

