/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif;
	   background-color: #FFFFCC;
	   margin-top: 0; 
	   margin-left: 0; 
     }
	 
h1   { 
	   font-size: 16pt;
	   color: #000000;   
	   font-style: italic;
	   font-weight: bold;
	   text-align: center;
	 } 
	 
a.black
 {
	font-size:10pt;
	text-decoration:none;
	font-weight : bold;

 }
a.black:link 
 { 
 text-decoration:underline; 
 font-weight:bold; 
 color:#000000; 
 }
a.black:visited 
 { 
 text-decoration:underline; 
 font-weight:bold; 
 color:#666666; 
 }
a.black:hover 
 { 
 text-decoration:underline; 
 font-weight:bold; 
 color:#FF0000;
 }
a.black:active 
 { 
 text-decoration:underline; 
 font-weight:bold; 
 color:#FF0000;
 } 	 
	 

