

BODY {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

A:link, A:visited
{
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

A:hover
{
	color: red;
	text-align: left;
	text-decoration: underline;
}

A:active
{
	color: red;
	text-align: left;
}
