
body { 
 margin-top:0;
 margin-left:0;
 background-color:#FFFAF1;
  }
  
 p { 
 color:#000000;
 font-family:"Trebuchet MS";
 font-size:12px;
 line-height:17px;
 text-align:justify;
 margin-bottom: 10px;
 margin-top: 10px;
  }
  
 p.center { 
 text-align:center;
  }
  
 p.first { 
 margin-top: 0px;
  }
  
 p.subcenter { 
 margin-top: 0px;
 text-align:center;
 font-weight:bold;
  }
  
 p.em { 
 font-weight:bold;
 font-style:italic;
  }
   
 p.author { 
 color:#000000;
 font-family:"Trebuchet MS";
 font-size:12px;
 font-style:italic;
 line-height:17px;
 text-align:right;
  }

 li { 
 color:#000000;
 font-family:"Trebuchet MS";
 font-size:12px;
 line-height:17px;
 text-align:left;
 list-style-type:disc;
 list-style-position:outside;
  }
 
 table { 
 background-color:#FFFAF1; 
 border-left-style:solid;
 border-right-style:solid;
 border-bottom-style:solid;
 border-width:1px;
 border-color:#CCCCCC;
 margin-right:auto;
 margin-left:auto;
  }

 table.border { 
 border-bottom: none;
 border-top: none;
  }
  
 table.pop { 
 background-color:#FFFAF1;
 border-style:none;
  }

  
A:visited {color: #CC0000; font-weight:bold; text-decoration: none}
A:link {color: #CC0000;  font-weight:bold; text-decoration: none}
A:active {color: #CC0000; font-weight:bold; text-decoration: none}
A:hover  {color: #CC0000; font-weight:bold; text-decoration: underline}
