BODY {
  font-family: verdana,arial, helvetica, sans-serif;
  margin-left: 75px;
  margin-right: 75px;
  color: white;
  background-color: black;
}

A:hover{text-decoration: none; background: blue; color: red}
A:link {text-decoration: none; color: #ffcc00}
A:active {text-decoration: none; color: red}
A:visited {text-decoration: none; color: #ffcc00} 

HR {color: #008080}
H1 {color: white; font-family: arial,helvetica,sans-serif; font-size: xx-large;}
