a:link {
  color: #00577f;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #00577f;
  text-decoration: none;
  font-weight: bold;
}
A:active {
  color: #00577f;
  text-decoration: none;
  font-weight: bold;
}
A:hover {
  color: #00577f;
  text-decoration: underline;
  font-weight: bold;
}

body{
  color: #000000;
  margin-top: 50px;
  background-color: #FFFFFF;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
}

h1, h2 {
  font-family: arial;
  font-size: 30px;
  color: #000000;
  align: center;
}

img {
border-color:#000000;
}