body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
  text-align: center;
  margin: 0px 0 10px;
  text-align: left;
  font-size: 50px;
  color: #ecf0f1;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px #000000;
  font-family: "Calibri", sans-serif;
}
a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}
