@charset "UTF-8";
/* CSS Document */

.topcontact {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
}
.topcontact a {
		color: #fff;
		text-decoration:none;
}
.topcontact a:hover {
		color:#FF9;
		text-decoration:underline;
}