body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}

div#container {
  width: 750px;
  margin: auto;
  text-align: left;
}

p {
}

b {
  font-weight: bold;
}

a:link {
  color: #043464;
  text-decoration: none;
}

a:visited {
  color: #043464;
  text-decoration: none;
}

a:hover {
  color: #043464;
  text-decoration: underline;
}

a:active {
  color:red;
  text-decoration: underline;
}

h1 {
  font-size: 16pt;
  color: #043464;
}

