body {
  
  background-color: #333333; font-family: comic ;font-size: 18px; color: #B4922E;
  

}
a:link {
  color: green; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: YELLOW;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: WHITE;
  background-color: transparent;
  text-decoration: underline;


}