BODY {
  font-family: times;
  color: navy;
  background: white;
  font-size: 14pt;
}

P {
  font-family: sans-serif;
  color: navy;
  font-size: 14pt;
  background: white
}

H1 {
  font-family: times;
  color: navy;
  text-align: center;
  font-size: 24pt;
}

H2 {
  text-align: center;
  font-size: 24pt;
  color: #446688;
}

H3 {
  font-size: 18pt;
  font-family: times;
  color: #446699;
}

H4 {
  font-size: 14pt;
  font-family: sans-serif;
  color: #446699;
}

TD {
  font-family: sans-serif;
  font-size: 14pt;
  color: navy;
  background: white;
}

TH {
  font-family: sans-serif;
  font-size: 14pt;
  background: white;
  color: navy;
}

UL {
  font-family: sans-serif;
  font-size: 14pt;
  color: navy;
}

DL {
  font-family: sans-serif;
  font-size: 14pt;
  color: navy; 
}

OL {
  font-family: sans-serif;
  font-size: 14pt;
  color: navy;
}

.break {
  font-size: 16pt;
  color: navy;
  background: silver;
}

.move {
  font-size: 14pt;
  color: white;
  background: gray;
}


