a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CC6600;

}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC6600;

}
a:hover {
	color: #CC6600;
	text-decoration: underline;
	line-height: normal;

}
a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

