a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}
a:hover {

	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9966;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9966;
	text-decoration: underline;
	border: medium none #FF0000;
}
a:visited {

	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}
