a:link
{
	color: rgb(102,255,51);
}
a:visited
{
	color: rgb(255,204,0); 
} 
a:active 
{
	color: rgb(255,255,153);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(204,204,153);
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1
{
	font-size: 10px;
	color: rgb(0,153,153);
	font-family: arial, helvetica
}
h2
{
	font-size: 12px;
	color: rgb(102,102,102); 
	font-family: arial, helvetica
}
h3
{
	font-size: 14px;
	color: rgb(153,153,102); 
	font-family: arial, helvetica
}
h4
{
	font-size: 16px;
	color: rgb(0,153,153);
	font-family: arial, helvetica
}
h5
{
	font-size: 18px;
	color: rgb(102,102,102);
	font-family: arial, helvetica
}
h6
{
	font-size: 20px;
	color: rgb(153,153,102);
	font-family: arial, helvetica
}