body {		
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
strong	{	
	font-weight : bold;	
	}
	
p {
   font-family: Arial;
   font-size: 9px;
   color: #666666; 
   margin-top : 4px;
   margin-left : 0px;
   margin-right: 0px;
   margin-bottom : 4px;
   line-height: 15px; 
}

h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   line-height: 17px; 
}

h2 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   line-height: 17px; 
}


A:link {   
   color : #666666;   
   text-decoration : none;
   
}

A:visited {    
  color : #666666;   
   text-decoration : none;
    
}

A:hover {    
   color : #666666;    
   text-decoration : underline;
   
}

A:active {   
   color : #666666;    
   text-decoration : none;
     
}

