
BODY {
  font-family: Arial, sans-serif;
  font-weight: bolder;
  color: #1F674F;
  background-image: url(./images/backgrounds/bkgrnd.gif);
  font-size: 12pt;
}

A {
  text-decoration: underline;
  font-style: oblique;
}

DL {
  font-weight: bolder;
  text-decoration: none;
}

DT {
  text-transform: uppercase;
}

DD {
  text-transform: capitalize;
  font-size: smaller;
}

H2 {
  text-decoration: underline;
}
