<style type="text/css">
   A:link    { color: #666666 }    /* unvisited links */
   A:visited { color: #666666 }   /* visited links   */
   A:hover   { color: #999966}   /* user hovers     */
   A:active  { color: #669966}   /* active links    */

   H1 { text-shadow: 0.2em 0.2em }
   H2 { text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px }
   a {
       text-decoration: none;
     }
 






 </style>