body {
  padding-left: 100px;
  padding-right: 100px;
  color: white;
  font-size: 15px; 
  background: black;
  font-family: Verdana;
}

h1 {
  font: bold 20px Verdana;
}

h2 {
  font: normal 25px Verdana;
}
a:link, a:visited, a:active 
{
text-decoration : none;
color: orange;
}

a:hover {
text-decoration : underline;
color: aqua;
}
