a : link
{
	color :  rgb(0,0,0); 
	
}
a : visited
{
	color :  rgb(0,0,0); 
} 
a : active 
{
	color :  rgb(0,0,0);
}
a : hover 
{
	color :  rgb(255,51,0);
	text-decoration :  none;
}
td           { font-family :  Arial; font-size :  9pt }
body
{
	font-family :  Arial, Helvetica;
	color :  rgb(0,0,0);
	font-size :  9pt;
}

h1
{
	font-family :  Arial, Helvetica;
	color :  rgb(0,0,0);
	font-size :  14pt;
}
h2
{
	font-family :  Verdana, Arial, Helvetica;
	color :  rgb(0,0,0);
	font-size :  9pt;
}
h3
{
	font-family :  Times New Roman, Times;
	color :  rgb(0,102,153); 
}
h4
{
	font-family :  Times New Roman, Times;
	color :  rgb(153,153,0);
}
h5
{
	font-family :  Times New Roman, Times;
	color :  rgb(255,153,0);
}
h6
{
	font-family :  Times New Roman, Times;
	color :  rgb(51,102,204);
}