.contact-us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.contact-us a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.contact-us a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.contact-us a:hover {
	text-decoration: none;
	color: #CC33CC;
	}
.contact-us a:active {
	text-decoration: none;
	color: #FFFFFF;
}
