/* contact section */
.contact a:link, a:visited, a:active {
	color: #E41212;
	text-decoration: none;
		font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
}

.contact A:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
}

