a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color:#FF6600;
	text-decoration: none;
}
}


a:hover {
	text-decoration:underline;
	color:#990000;
}

