BODY {
  background-color: mintcream;
  font-family: sans-serif;
  color: black;
}

H1 {
  font-family: serif;
  font-size: x-large;
  color: navy;
}

A:link {
  color: blue;
}

A:visited {
  color: blue;
}
A:hover {
  color: red;
}

H2 {
  font-family: serif;
  font-style: italic;
  color: navy;
  border-bottom: 1pt navy solid;
}

H3 {
  font-family: serif;
  color: navy;
}

H4 {
  color: navy;
  font-family: serif;
}

LI {
  font-family: sans-serif;
}

TABLE {
  font-family: sans-serif;
}

TD {
  font-family: sans-serif;
}

UL {
  font-family: sans-serif;
}

SMALL {
}
B {  color: navy;}
p { background-color: mintcream; font-family: sans-serif; color: black; }

