body {  color : lime;
        background : black;  
      }

td {  color : lime;
        background : black;  
      }

a:link, a:active { text-decoration : none;
                             color : yellow;
                        background : transparent;
                  }
a:visited { color : olive; 
            background : transparent; 
            text-decoration : none; 
          }               
a:hover { color : black;
          background : yellow;
        }

img {
      border-width : 0;
    }



