body {
  color: black;
  background: white;
}

H1 {
  color: rgb(20,100,100);
  text-align: center;
}

H2 {
  color: rgb(20,100,100);
  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;
  font-style:  italic;
  font-weight: bold;
}
TD{
  color: black;
  align:  left;
  font-family: Gothic;
  font-style:  italic;
  font-weight: bold;
}



A{
  color:      blue;

  font-style: italic;
  font-weight:bold;

}
HR.head{
   color : black;
}
P.special {
   color : green;
   border: solid red;
   font-size: 24pt;
}

