a:link {
	color: #663333;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	text-decoration: none;
	color: #663333;
	font-weight: normal;


}
a:hover {
	color: #663333;
	text-decoration: none;
	font-weight: bolder;

}
a:active {
	text-decoration: none;
	color: #663333;
	font-weight: normal;


}

