body { background-color: #666; }

a:link
{
	font-family: arial,helvetica,serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a:hover
{
	font-family: arial,helvetica,serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: orange;
	background-color: #666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a:active
{
	font-family: arial,helvetica,serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: yellow;
	background-color: #666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
