html, body 
{ 
  padding: 0; 
  font-family: Verdana, sans-serif;
}

a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #009879; }

h1 {
  font-size:x-large;
  color:black;
}

.marginleft {
  margin: 20px;
}
