a:link {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
}

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

a:active {
	color: #000000;
	background-color: #FF6600;
	text-decoration: none;
}
