.service a {
    font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
    font-weight: bold;
		color: #484848;
		text-decoration: none;
}

.service a:link, .service a:visited {
		color: #484848;
		text-decoration: none;
		color: #484848;
}

.service a:hover {
	color: #484848;
	text-decoration: underline;
	color: #484848;
}