/* CSS Document */

A:link    { color: #000099; text-decoration: none}    /* unvisited links */
A:visited { color: #000099; text-decoration: none}  /* visited links   */
A:hover   { color: #000099; text-decoration: underline}  /* user hovers     */


B:
link     {color: #000099; background: #999999}
visited {color: #000099; background: #999999}
hover   {color: #000099; background: none}
