body, p, td  {
	color: #000000;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px;
  }

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
 
 
  }

h2 {
    font-size: 12px;
    font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #FF9933;
 
 
  }

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
 
 
  }
  
h4 {
    font-size: 12px;
	 font-weight: normal;
    color: #000000;
 
 
  }
  

.black {
    
    
    color: #000000;

 
 
  }

.mini {
    font-size: 10px;

 
 
  }
  
  
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;


}

a:visited {
	color: #CC0000;
	text-decoration: underline;

}
