td.main_content a:link {
	font-weight: bold;
	color: #3F653D;
	text-decoration: none;
	cursor: hand;
}
td.main_content a:visited {
	font-weight: bold;
	color: #3F653D;
	text-decoration: none;
	cursor: hand;
}
td.main_content a:active {
	font-weight: bold;
	color: #3F653D;
	text-decoration: none;
	cursor: hand;
}
td.main_content a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	cursor: hand;
}
