.menu { color: #000000; text-decoration: none; }
.menu:active { color: #666666; text-decoration: none; }
.menu:hover { color: #666666; text-decoration: none; }
.menu:link { color: #000000; text-decoration: none; }

.news { color: #000066; text-decoration: none; font-weight: bold;}
.news:active { color: #0000CC; text-decoration: none; font-weight: bold;}
.news:hover { color: #0000CC; text-decoration: none; font-weight: bold;}
.news:link { color: #000066; text-decoration: none; font-weight: bold;}

a { color: #000066; text-decoration: underline; }
a:active { color: #0000CC; text-decoration: underline; }
a:hover { color: #0000CC; text-decoration: underline; }
a:link { color: #000066; text-decoration: underline; }


