body {
  text-align: left;
  text-size: 12pt;
  margin: 0;
  padding: 0;
  background-color: #000000;
}

.page {
  margin:0px auto;
  text-align:left;
  width: 1000px;
  margin-top: 10px;
}

h1 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #E0E0E0;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 36px;
}

h2 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #E0E0E0;
  margin-bottom: 5px;
  font-size: 24px;
}

h3 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  color: #E0E0E0;
  margin-bottom: 5px;
  font-size: 18px;
}

h4 {
  font-family: Times New Roman, serif;
  font-weight: normal;
  font-size: 54px;
  line-height: 1.7em;
  color: #E0E0E0;
  margin-bottom: 5px;
  margin-top: 5px;
}

h5 {
  font-family: Times New Roman, serif;
  font-weight: normal;
  font-size: 44px;
  line-height: 1.7em;
  color: #E0E0E0;
  margin-bottom: 5px;
  margin-top: 5px;
}

h6 {
  font-family: Times New Roman, serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.7em;
  color: #E0E0E0;
  margin-bottom: 5px;
  margin-top: 5px;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: silver;
}

p, td, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.75em;
  color: white;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: white;
}

dt { font-weight: bold; }

