
a:link { color: #003399; }
a:visited { color: maroon; }
a:active { color: lime; }

a:link img { border: none; }
a:visited img { border: none; }
a:active img { border: none; }

body {
  background: white;
  color: black;
  font-family: gill, helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  width: 800px;
}

h1 {
  background-color: #003399;
  color: white;
  font-size: larger;
  font-style: normal;
}

h2 {
  color: #003399;
  font-size: larger;
  font-style: italic;
  font-weight: normal;
}

ul {
  list-style-type: circle;
}

div.footer p {
  font-size: smaller;
}
