a:link
{
	color: rgb(87,87,87); 
     	font-weight: bold;
}
a:visited
{
	color: rgb(87,87,87); 
	font-weight: bold;
} 
a:active 
{
	color: rgb(170,200,250);
	font-weight: bold;
}
body
{
	font-family: Arial, Helvetica;
	
	color: rgb(87,87,87);
}
table
{
	table-border-color-light: rgb(87,87,87);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	font-family: Arial;
	font-style: normal; 
	font-size: 16;
	font-weight:bold;
	color: rgb(87,87,87);
}
h2
{
	font-size: 20;
	color: rgb(87,87,87); 
}
h3
{
	font-size: 26;
	color: rgb(87,87,87); 
}
h4
{
	color: rgb(87,87,87);
}
h5
{
	color: rgb(87,87,87);
}
h6
{
	color: rgb(87,87,87);
}
