a:link
{
	color: rgb(96,96,96); 
}
a:visited
{
	color: rgb(255,96,96); 
} 
a:active 
{
	color: rgb(96,96,255);
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(96,96,96);
	margin-left: 6px
}
p
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: rgb(96,96,96);
	margin-left: 6px;
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
th
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: rgb(0,0,128);
	
}
td
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: rgb(96,96,96);
	margin-left: 6px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(0,0,128);
}
h2
{
	color: rgb(0,0,128); 
}
h3
{
	color: rgb(0,0,128); 
}
h4
{
	color: rgb(0,0,128);
}
h5
{
	color: rgb(0,0,128);
}
h6
{
	color: rgb(0,0,128);
}