H1 {
  color: navy;
  padding-top: 1em;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: large
}

H2 {
  color: navy;
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: large;
}
  
BODY {
  color: black;
  background: white;
  font-family: lucida, helvetica, arial, sans-serif
}

P {
  font-family: lucida, helvetica, arial, sans-serif
}

OL,UL {
  font-family: lucida, helvetica, arial, sans-serif
}

IMG {
  vertical-align: middle
}

TABLE {
  display: block;
  padding: 0em;
  border-width: 0em
}

TD {
  font-family: lucida, helvetica, arial, sans-serif
}

A:link, A:visited, A:active {
  font-style: italic;
  text-decoration: none;
  color: maroon
}

