BODY { font-size : 10pt; color: black; background-color: white; margin: 0 ;}
TD   { font-size : 10pt; color: black ;}

A         { color: blue;     text-decoration: none ;}
A:VISITED { color: darkblue; text-decoration: none ;}
A:HOVER   { color: white;    background-color: blue ;}
A:ACTIVE  { color : teal;  text-decoration: none ;}

A.outside         { color: black; text-decoration: none ;}
A.outside:VISITED { color: black; text-decoration: none ;}
A.outside:HOVER   { color: blue;  background-color: white ;}
A.outside:ACTIVE  { color: blue; text-decoration: none ;}


H1{
  font-size : 12pt;
}
