.body
{Padding-Left: 0;
 Padding-Bottom: 0;
 Padding-Right: 0;
 Padding-Top: 0;
 Margin-Left: 0;
 Margin-Bottom: 0;
 Margin-Right: 0;
 Margin-Top: 0;
 Background-Color: #FFFFFF}

.gene
{Color: #333333;
 Font-Family: sans-serif, "Arial", "Helvetica";
 Font-Size: small;
 Font-Weight: normal;
 Font-Variant: normal;
 Font-Style: normal}
 
.genarale { color: red; }

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

 a:hover {
  color: #CC3300; 
  text-decoration: underline;
  }