A { text-decoration: underline }
a:hover {color: red; text-decoration: underline;}

A.menu { text-decoration: none; }
A.menu:hover { text-decoration: underline; }

A.menu2 { text-decoration: none; font-family: arial,helvetica; font-size: 12px; color: darkblue; line-height: 15px; }
A.menu2:hover {text-decoration: underline; font-size: 12px; color: #FF0000; background: yellow; line-height: 15px; }

A.end { text-decoration: none; font-family: arial,Helvetica; font-size: 12px; color: #999999; }
A.end:hover { text-decoration: none; font-weight: normal; font-family: arial,Helvetica; font-size: 12px; color: black;}

A.rel { text-decoration: none; margin-left: 15px; font-family: arial,Helvetica; font-size: 12px; color: #999999; }
A.rel:hover { text-decoration: none; font-weight: normal; font-family: arial,Helvetica; font-size: 12px; color: white;}

P.newsboard { font-family: Courier,Courier New; font-size: 14px; color: darkblue; }

H1 { margin-left: 3px; margin-top: 3px; font-family: verdana,arial,Helvetica; font-size: 18px; color: #999999; }

A.link { font-family: arial,helvetica; font-size: 14px; color: yellow; text-decoration: underline; background: black; }
a.link:hover {color: yellow; text-decoration: underline; color: yellow; background: red; }
