body, p, td, table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	}
strong {font-weight: bold;}

h1 {font-size: 2em; font-weight: bold;}
h2 {font-size: 1.75em; font-weight: bold;}
h3 {font-size: 1.5em; font-weight: bold;}
h4 {font-size: 1.25em; font-weight: bold;}
h5 {font-size: 1.1em; font-weight: bold;}



#bottom {
	font-size: .9em;
	border: 1px #333 solid;
	padding: 10px;
	width: 500px;
	}
.inset {margin-left: 5%; margin-right: 5%;}
.highlightgreen {color: #0f0;}
.highlightbrown {color: #930;}
.qsxviiheading {color: #fff; background-color: #930; font-size: 1.75em; font-weight: bold;}

a:link {color: blue; text-decoration: underline; font-weight: bold;}
a:visited {color: #06f; text-decoration: underline; font-weight: bold;}
a:active  {color: blue; text-decoration: underline; font-weight: bold;}
a:hover {color: #f00; text-decoration: none; font-weight: bold;}


.doctors {
	width: 500px;
	margin: 10px 0px 20px 0px;
	padding: 10px;
	border: 1px #333 solid;
	background-color: #e8e8e8;
	text-align: left;
	}
.doctors h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: black;
	border-bottom: 1px black solid;
	margin: 0;
	}
.doctors ul { 
	list-style-image: url(images/bluebullet1.gif); 
	}