body
{
    color: #228811;
    background-color: #000000;
    margin: 5%;
    font-family: 'Courier New', Courier, monospace;
}

a {
   color: #eeee11;
   text-decoration: none;
   }

a:hover {
   text-decoration: underline;
   }
   
a:visited {
   color: #eeeeee;
   text-decoration: none;
   }
   
img 
{
     border-width: 0;
     padding: 5px;
}
