body {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  }

img {
  border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

A:link {
  text-decoration: underline;
  color: #FF0000;
  background-color: inherit;
  }

A:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF0000;
  }

A:active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #990000;
  }

A:visited {
  text-decoration: underline;
  color: #990000;
  background-color: #FFFFFF;
  }

#main {
  width: 640px;
  height: auto;
  text-align: left;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  }

#dir {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  }

.title {
  text-align: center;
  }

.warn {
  font-size: 10pt;
  text-align: center;
  vertical-align: baseline;
  color: #000000;
  background-color: inherit;
  font-style: italic;
  }

.date {
  font-size: 8pt;
  text-align: right;
  vertical-align: baseline;
  color: #666666;
  background-color: inherit;
  }

h2 {
  color: #FF0000;
  background-color: #FFFFFF;
  }

.addy {
  font-family: arial, helvetica, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
  }

.nav {
  text-align: center;
  }

.under {
  text-decoration: underline;
  }
