/* propertycare.me.uk */

a:link {
	color: #33ccff;
	text-decoration: underline;
}

a:visited {
	color: #33ccff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

.line {
	text-decoration: underline;
}
