
H1 {
  font-family: sans-serif;
  color: #006600;
  text-align: left;
  text-decoration: none;
  font-variant: normal;
  font-weight: bold;
  font-size: xx-large;
  margin-top: 0px;
  padding-top: 0px;
}

H2 {
  font-family: sans-serif;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  color: green;
}

TABLE {
  text-align: left;
}

H3 {
  font-family: sans-serif;
  color: green;
  font-variant: normal;
  font-weight: normal;
}

A {
  color: green;
}

HR {
  width: 50%;
  background-color: yellow;
  color: green;
  height: 3px;
}

DT {
  font-weight: bold;
}

BODY {
  background-image: url(img/bg1.gif);
}
