BODY {
  background-color:  White;
  color:  Navy;
  font-family:  Chalkboard, "Comic Sans MS", Verdana, fantasy;
  font-size:  14pt;
  line-height: 17pt
}

H1 {
  font-family: Chalkboard, "Comic Sans MS", fantasy;
  font-weight: bold;
  font-size: 24pt;
  line-height: 30pt
}

H2 {
  font-family: Chalkboard, Chalkboard, "Comic Sans MS", fantasy;
  font-weight: bold;
  font-size: 18pt;
  line-height: 22pt
}

P {
  text-indent:  12pt
}

.caption {
  color: Maroon ;
  font-size:  8pt
}

A.address {
  color:  maroon;
  font-size:  10pt
}

A:link {
/*  color:  #0d4095;*/
  color:  black;
  text-decoration: none
}

A:visited {
  color:  black;
  text-decoration: none
}

A:hover {
  text-decoration: underline
}

A:active {
  color:  red;
  text-decoration: none
}

