body
{
	margin: 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link
{
	text-decoration: none;
	color:#000000;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: Red;
}

a:active
{
	text-decoration: none;
	color: #000000;
}
