a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(204,204,153);
	color: rgb(0,51,51);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma;
}
h1
{
	color: rgb(0,51,51);
	font-size: medium;
}
h2
{
	color: rgb(0,51,51);
	font-size: medium;
	text-decoration: underline;
}
h3
{
	color: rgb(0,51,51); 
}
h4
{
	color: rgb(0,51,51);
}
h5
{
	color: rgb(0,51,51);
}
h6
{
	color: rgb(0,51,51);
}