BODY {
  color: black;
  background-color: gray;
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
}

ADDRESS {
   color: black;
   background-color: white;
   text-align: center;
   font: 11pt Times, sans-serif;
}


#red {
   color: red;
   background-color: white;
}

div.blue {
   color: blue;
   background-color: white;
}


TABLE {
  color: black;
  background-color: white;
  border-color: gray;
}

#black {
  color: black; 
  background-color: black;
}

#blackText {
  color: black; 
  background-color: white;
}

A {
   color: red;
   background-color: white;
   text-decoration: none;
}

P.col1 {
   color: red;
   background-color: white;
   /*valign=top;*/
   /*width=20*/
}

A:active { outline: thick solid red }
A:hover  { outline: thick solid black }
A:hover { color: blue ; background: white } 

