a:link, a:visited {
color: #800000;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #0000FF;
font-weight: none;
}

a:hover {
color: #ff6600;
text-decoration: none; 
font-weight: none;
}



.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: white;
	text-decoration: none
}