BODY{
  
  background-color: #FFFFFF;
}
P{
  
  margin-left : 20px;
  margin-right : 20px;
  font-size : 10pt;
  
}
A{
  color: #3399FF;
  text-decoration: none;
}
A:VISITED{
  color: #666666;
  text-decoration: none;
}
A:HOVER{
  color: #3399FF;
  text-decoration: none;
  background-color: #ffff33;
  font-style : italic;
}
A:ACTIVE{
  color: #FF9933;
  text-decoration: none;
}
H3{
  font-size : 13pt;
  font-weight : bold;
  color : navy;
  
  text-align : center;
}
