<style type="text/css">


body {  font-family: "Arial", "Helvetica", "sans-serif"}

A:link    { color:#0000ff; text-decoration:none; }    /* unvisited links */
A:visited { color: #5a80bb; text-decoration:none; }   /* visited links   */
A:hover   { color: red; text-decoration:underline;} /* user hovers     */
A:active  { color: lime }   /* active links    */


</style>