<style type="text/css">
body { 
	background-color: #ffffff;
}
.body {
	background-color: #CCCCCC;
}
td { 
	font-family: <?=$a_fonts[$font]?>;
	
	font-size: <?=$fontSize?>px; 
	font-style: normal;
	/*text-transform:uppercase;*/
	line-height: 16px; 
	font-weight: normal; 
	color: #222222; 	
	text-decoration: none; 
	letter-spacing:0.5pt;
	/*text-align: justify;*/
}	
.headline { 
	font-family: <?=$a_fonts[$font]?>;
	font-size: <?=$headlineSize?>px; 
	font-style: normal;
	text-transform:uppercase;
	line-height: 16px; 
	font-weight: bold; 
	color: #333333; 	
	text-decoration: none; 
	letter-spacing:1.5pt;
}	
A  {
	color : #222222;
	text-decoration : none;
}

A:Visited  {
	color : #333333;
	text-decoration : none;
}

A:Active  {
	color : #111111;
	text-decoration : none
	}

A:Hover  {
	color : #000000;
	text-decoration : none;
	}
</style>


