a:link {
	color: #9f0020;
	text-decoration: underline;
	font-weight: bold;



}
a:visited {
	text-decoration: underline;
	color: #9f0020;
	font-weight: bold;


}
a:hover {
	text-decoration: none;
	color: #9f0020;
	font-weight: bold;


}
a:active {
	text-decoration: underline;
	color: #9f0020;
	font-weight: bold;


}
