.navLink {
	color: #999999;
	text-decoration: none;
}

.navLink:hover {
	color: #ffffff;
	text-decoration: underline;

}
.contentcell {
	border: 1px solid #006600;
	background-color: #F7F9F7;

}
.doctorlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #006600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 8px;


}

.doctorlink:hover {
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;

	
}
a {
	color: #996600;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;


}
