    a:visited {
         color : #884444;
         text-decoration : none;
      }
    a:link {
         color : #880000;
         text-decoration : none;
      }
    a:hover {
         color : #008800;
         text-decoration : none;
      }
    a:active {
         color : #880000;
         text-decoration : none;