body
{
	background-color: #cccccc ;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: blue;
}

a:active
{
	color: red;
}

a:visited
{
	color: #008822;
}

a:hover
{
	color: white;
}
