body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

img {border: 0px}

a:link {color: #990000}
a:visited {color: #666666}
a:active {color: #ff0000}
a:hover {color: #ff0000}

a.same:link {color: #990000}
a.same:visited {color: #990000}
a.same:active {color: #ff0000}
a.same:hover {color: #ff0000}

table.main {
  width: 700px;
}

h1 {
  font-family: Times New Roman, Times, serif;
  font-size: xx-large;
  font-weight: bold;
  color: #333333;
}

h2 {
  font-family: Times New Roman, Times, serif;
  font-size: x-large;
  font-weight: bold;
  color: #222222;
}

h3 {
  font-family: Times New Roman, Times, serif;
  font-size: large;
  font-weight: bold;
  color: #111111;
}

h4 {
  font-family: Times New Roman, Times, serif;
  font-size: medium;
  font-weight: bold;
  color: #000000;
}

h2.blue {
  color: #0060b8;
  text-decoration: underline;
  }