
/*
 _______________________________________________________________________________
|                                                                               |
|  Sets the style for links when the mouse is moved over a link, visited, etc.  |
|                                                                               |
|_______________________________________________________________________________|

*/

a, .cls         { text-decoration:none; color: #66ff33;}
a:hover, .clh     { text-decoration:none; color:red; font-weight : bold; font-style : italic; 
   background-color: #87CEFA; /* lightskyblue */}
a:visited, .clv    { text-decoration:none; color: #ccff99;  } /* pink */
a:active, .cla
   {
   font-family: tahoma, sans-serif;
   font-weight: bold;
   color: blue;
   background-color: #87CEFA; /* lightskyblue */
   text-decoration: none;
 }
a.att         { text-decoration:none; color: #ffff33;}