/* CSS Document */

a:link {
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
	color: #999999;
}


a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active{

text-decoration: none;
}
