a:link
{	color: rgb(153, 0, 204); 
}
a:visited
{	color: rgb(128, 128, 128); 
} 
a:active 
{	color: rgb(204, 153, 0);
}
A:hover 
{	color: red; font-weight: bold
}

body
{	margin: 0; 	
	margin-width: 0;
	margin-height: 0;
	 
	font-family: Arial, Helvetica;
	font: 11pt;
}
h1, h2, h3, h4, h5, h6
{	font-family: Arial, Helvetica, Sanserif;
}
h1
{	font: 16pt;
	color: black; 
	font-weight: bold;
}
h2
{	font: 14pt;
	color: black; 
	font-weight: bold; 
}
h3
{	font: 12pt;
	color: black; 
	font-weight: bold;
}
h3.a
{	font: 12pt Arial Black;
	color: black; 
	font-weight: bold;
}
h4
{	font: 12pt;
	color: black; 
	font-weight: bold;
}
h5
{	font: 11pt arial black;
	color: black; 
	font-weight: bold;
}
h6
{	font: 11pt;
	color: black; 
	font-weight: bold;
}