/* CSD Operations cascading style sheet */

BODY {
   background-color : #ffffff;
   font-family: Verdana,Arial,Helvetica;
   font-size: 10pt;
}

P { font-family: Verdana,Arial,Helvetica; font-size: 10pt; }

H1 { font-family: Verdana,Arial,Helvetica; font-size: 14pt; }
H2 { font-family: Verdana,Arial,Helvetica; font-size: 12pt; }
H3 { font-family: Verdana,Arial,Helvetica; font-size: 10pt; }
H4 { font-family: Verdana,Arial,Helvetica; font-size: 10pt; }
H5 { font-family: Verdana,Arial,Helvetica; font-size: 10pt; }

P.toc { font-family: Verdana,Arial,Helvetica; font-size: 8pt; }

TH {
  font-family: Verdana,Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
}

TD {
  font-family : Verdana,Arial,Helvetica;
  font-size: 10pt;
}

A:visited { color: #990000; text-decoration: none;}
A:link    { color: #000077; text-decoration: none;}
A:hover   { color: maroon;  text-decoration: none; font-style: bold;}
A:active  { color: #000000; text-decoration: none;}


