body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(body.png);
}

a
{
	text-decoration: none;
}

a:link
{
	color: blue;
}

a:hover
{
	color: green;
	text-decoration: underline;
}

a:visited
{
	color: red;
}