a:link {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #FF6633;
	font-size: 11px;

}
a:visited {
	text-decoration: none;
	color: #FF6633;

}
a:active {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

