a:link {
	color: #D9434F;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	background: #D9434F;
	color: #fff;
	text-decoration: none;
	}
