/* CSS Document */

<style>
body      { font-family: verdana }
a:link    { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover   { color: yellow; text-decoration: none; }
a:active  { color: yellow; text-decoration: none; }
a[href^="mailto"] { color: blue; font-weight: bold; text-decoration: none; }
</style>
