body { background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    }
    
    a:link { 
      text-decoration: none;
      color: rgb(255, 255, 255);
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        background-color: rgb(0, 0, 0);
        }
    
      a:visited { 
      text-decoration: none;
      color: rgb(255, 255, 255);
        font-weight: bold;
        font-family: Arial,Helvetica,sans-serif;
        background-color: rgb(0, 0, 0);
        }
    
      a:hover { 
      color: rgb(255, 0, 0);
      text-decoration: underline;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        
        background-color: rgb(0, 0, 0);
    }