BODY {
 font-family: Arial, Verdana, Sans-serif;
 font-weight: 400; 
 font-style: normal;
 font-size:10pt;
 color: #FFFFFF; 
 background: #000000;
 }
 
H4 {
  font-family: Arial, Verdana, Sans-serif; 
  font-weight: 700; 
  font-style: normal; 
  text-decoration: none; 
  color: #CC3366; 
  background: #FF007F;
  }
  
A {
  font-family: Arial, Verdana, Sans-serif; 
  font-weight: 400; 
  font-style: normal;
  font-size:12pt;
  text-decoration: none; 
  color: #FFFFFF;
  background: #000000;
  }
 
A:hover
	{
	font-family: Arial, Verdana, Sans-serif;
	font-weight: 600; 
	font-style: normal; 
	text-decoration: overline;
	}

