a, a:active, a:visited, a:link
{
	color: black; 
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	font-size: 10pt;
}
li
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
p
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}