@charset "iso-8859-1";
<style type="text/css">
<!--
body        {background-color: "#000066";}
a           {text-decoration: none;}
a:link      {color: yellow; text-decoration: none;}
a:visited   {color: white;  text-decoration: none;}
a:active    {color: yellow; text-decoration: none;}
a:hover     {color: red;    text-decoration: none;}

a.norm      {text-decoration: none;}
a.norm:link      {color: yellow; text-decoration: underline;}
a.norm:visited   {color: white;  text-decoration: underline;}
a.norm:active    {color: yellow; text-decoration: underline;}
a.norm:hover     {color: red;    text-decoration: underline;}

-->
</style>