/* Family History Seminar Style Sheet */
BODY {
		color: #000000;
		background: #663300;
		font-family: Verdana, Arial, Sans;
		font-size: 1em;				
}
TABLE {
		font-size: .9em;
		text-align: left;
}
P.copyrightText {
		font-size: .7em;
		text-align: center;
}
A:link {text-decoration: none; color:#E7E7E7} /* off white */
A:visited {text-decoration: none; color:#E7E0A0} /* lite yellow */
A:hover {text-decoration: underline; color:#FFFFFF} /* white */
	
A.bod:link{text-decoration: underline; color:#3344BB} /* blue */
A.bod:visited {text-decoration: underline; color:#771177} /* purple */
A.bod:hover {text-decoration: underline; color:#0000FF} /* aqua */
	
TD.nav {
		padding: 2,12,2,12; 
		background-color: #640A07; 
		text-align: center;
}