.red a:link {
	color: #921768;
	background-color: transparent;
	text-decoration: none;
	}
	
.red a:visited {
	color: #921768;
	background-color: transparent;
	text-decoration: none;
	}

.red a:hover {
	color: #921768;
	text-decoration: underline;
	}

