/* basic.css *//* presentation */body { 	font-family: verdana, sans-serif ;	margin: 10px ;	font-size: 100% ;	color: #333 ;	background-color: #fff ;	}h1 { 	font-size: 1.5em ;	font-weight: normal ;	color: #333 ;	}	h2 { 	font-weight: bold ;	}	h2, h3, p, ul { 	font-size: 1em ;	line-height: 1.2em ;	color: #333 ;	}h3.assoc {	color: #0D8CB1 ;	font-weight: bold ;	}	span.dnaemph {	color: #0D8CB1 ;	font-style: italic ;	font-weight: bold ;	}#footer {	padding: 10px ;	background-color: #333 ;	text-align: left ;	font-size: 0.75em ;	font-weight: normal ;	}#footer p {	color: #666 ;	margin: 0.5em 0 0 0 ;	}/* navigation */a:link, a:visited {	text-decoration: none ;	font-size: 0.8em ;	}a:hover, a:active {	text-decoration: underline ;	}#footer a:link, #footer a:visited {	color: #999 ;	}#footer a:hover, #footer a:active {	color: #ccc ;	}#navHome a {	color: #333 ;	}#navAbout a {	color: #0D8CB1 ;	}#navServ a {	color: #c00 ;	}#navAppr a {	color: #974363 ;	}#navKnow a {	color: #c90 ;	}#navCont a {	color: #393 ;	}a#on {	color: #333 ;	}/* misc */ .hide {	font-size: 0.7em ;	font-style: italic ;	}	