body {
    font-family: Arial, Helvetica, sans-serif;
     
	background-color:#000000;
 
     margin: 50px;
	 
	 padding: 0;	 
	 
}


	  p {

   margin: 10px;
      
   padding: 0px;

   border: 0;

   width: auto;

   font-family: arial, helvetica, verdanad, sans-serif;

   font-size: .9em;

   color: #FFFFFF;

   font-weight: normal;
   
   text-align: right;

     }
	 
	 h4 {
	 margin: 10px;
	 font-size: 1em;
	 color:#FF0000;
	 text-align:right;
	 }
	
	 
	 a {
text-decoration: none;
           color: #666666;
      font-weight: normal;
	     border: 0;
      }

a:hover {
  text-decoration: none;
  background: #FF0000;
  color: #333333;
  font-weight: normal;
   border: 0;
  } 
  
a:visited {
text-decoration: none;
           color: #666666;
      font-weight: normal;
	     border: 0;
}
  
a:visited:hover {
  text-decoration: none;
  background: #FF0000;
  color: #333333;
  font-weight: normal;
   border: 0;
  }	
	 