body { 
  text-align: left ;
  color: black ;
  background-color: white ;
  font-family: "Verdana" """Bitstream Vera Sans", arial, sans-serif ;
  font-weight: normal ;
  font-size: 10pt ;
  margin: 20pt ;
  padding: 0pt ;
 }



h1 {
  font-size: 160% ;
  font-weight: bold;
  color: RGB(20,20,80)  ;
  text-align: left ;
  padding-top: 20px ;
}


h2 {
  font-size: 120% ;
  font-weight: bold;
  color: RGB(20,20,80)  ;
  text-align: left ;
  padding-top: 20px ;
}


p { 
  margin: 30px;
 }


table.images { 
  margin: 30px;
 }



A:link { 
  color: RGB(0,117,197);
  text-decoration: none ;
 }


A:visited { 
  color: RGB(0,117,197);
  text-decoration: none ;
 }

tr.a { 
  background-color: RGB(245,245,255) ;
  border-bottom: 1px #3333aa dotted ;
 }

tr.b { 
  background-color: RGB(240,240,255) ;
  border-bottom: 1px #3333aa dotted ;
 }

td { 
  text-align: center ;
  padding: 10px ;
} 

td.text { 
  width: 60%;
 }