
a:link {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}
a:visited {
	font-weight: bold; 
	text-decoration: line-through;
	color: #999999;
}
a:hover {
	font-weight: bold; 
	text-decoration:none;
	color: #72321A;
	background-color: #999999;
}
a:active {
	font-weight: bold; 
	text-decoration: line-through;
	color: #72321A;
	background-color: #999999;
}