a:link {
	text-decoration: none;
	color: #286262;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
    text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}
