body { font-family: Arial (sans-serif) }

a:hover
{
	color: rgb(34,66,28);
}

a:link
{
	color: rgb(102,51,0);
}
a:visited
{
	color: rgb(128,0,128);
}
a:active
{
	color: rgb(34,66,28);
}
body
{
	color: rgb(0,0,0);
	background-color: rgb(109,138,107);
}