a:link
{
	color: rgb(128,128,128);
	text-decoration: none
}
a:visited
{
	color: rgb(128,128,128);
	text-decoration: none
} 
a:active 
{
	color: rgb(0,0,255);
	text-decoration: none
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(0,0,128);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(155,156,157); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
