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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #565656;
}

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

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

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

a:active {
	color: #358d91;
	text-decoration: underline;
}
a.dentist-finder:link {
	color: #358d91;
	text-decoration: none;
}
a.dentist-finder:visited {
	color: #358d91;
	text-decoration: none;
}

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

a.dentist-finder:active {
	color: #ac73cc;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	font-weight: lighter;
	margin: 0px;
	color: #885190;
}