body {
  color: black;
  background: White;
  margin-top: 2;
}

H1 {
  color: rgb(0,51,102);
  text-align: center;
}

H2 {
  color: rgb(0,51,102);
  text-align: left;
}

H3 {
  color: black;
  text-align: left;
  font-family: Gothic; 
  font-style:  italic;
  font-weight: 4;
}

H4 {
  color:       black;
  text-align:  left;
  font-family: Gothic; 
  font-style:  italic;
  font-weight: bold;
}
H5 {
  color:       black;
  text-align:  left;
  text-weight: normal;
}

TH{
  color: black;
  align: left;
  text-align:  center;
  font-family: Gothic;
}
TD{
  color: black;
  align:  left;
  font-family: Gothic;
  font-style:  regular;
}
TR{
  color: black;
  align: left;
  text-align:  left;
  font-family: Gothic;
}


A{
  color:      black;
  font-style: italic;
  font-weight:bold;
  background-color: white; 
  border-color: white;
  visited:   white;
}
IMG{
   border-color: white;
}
HR.head{
   color : black;
}
P.special {
   color : green;
   border: solid red;
   font-size: 24pt;
}

