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

/*------------------------------------------*/
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}

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

.marginleft {
  margin: 20px;
}
