BODY {
  color: #000;
  background: #FFF;
  margin-top: 10;
  margin-left: 4%;
  margin-right: 4%;
}

A:link  {
  color: #0000FF;
}

A:visited {
  color: #000080;
}

A:hover {
  color: #FF4455;
  background: #FEFFDD
}

A:active {
  color: #FF4455;
  background: #FEFFDD
}

H1 {
  font-size: large;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fe2202;
  background: transparent;
}

H2 {
  font-weight: bold;
  text-align: left;
  color: #002244;
  background: transparent;
}

H3 {
  font-weight: bold;
  text-align: left;
  margin-left: 2%;
  margin-right: 2%;
  color: #002244;
  background: transparent;
}

PRE     {margin: 1em 0 1em 1.5em; color: #603}

