A { text-decoration: none; color: blue; }
A:active { color: blue; }
A:visited { color: blue; }
A:hover { text-decoration: underline; }

A.headline { text-decoration: underline; color: navy; }

A.menu { text-decoration: none; color: white; }
A.menu:active { text-decoration: none; color: white; }
A.menu:visited { text-decoration: none; color: white; }
A.menu:hover { text-decoration: none; color: yellow; }

BODY { background-color: white; font-family: Verdana, Arial; font-size: 10pt; color: black; }