a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #9F6A6D;
	background-color: #F0E5E5;


}
a:visited {
	color: #9F6A6D;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0E5E5;



}
a:hover {
	color: #CB9898;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0E5E5;




}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0E5E5;



}
