body {	background-color: white;	color: black;	font-family: Verdana,Helvetica,Arial,sans-serif;	font-size: 90%;}acronym {/*	border-bottom: 1px dashed #00cc00;*/	border-bottom: 1px dashed teal;	cursor: help;}a:link {           /* unvisited links */	color: navy;}a:visited {        /* visited links */	color: teal;}a:hover {          /* mouse over links */	background-color: #ffffcc;	color: blue;}a:active {         /* active links */	color: blue;}a.current:link {   /* unvisited links */	background-color: #ffffff;	color: gray;	text-decoration: none;}a.current:visited {/* visited links */	background-color: #ffffff;	color: gray;	text-decoration: none;}a.current:hover {  /* mouse over links */	background-color: #ffffff;	color: gray;	text-decoration: none;}a.current:active { /* active links */	background-color: #ffffff;	color: gray;	text-decoration: none;}/*** classes ***/.hide {	display: none;}/*** id selectors ***/#pagecontent {}/*#rowtop {	background-color: navy;	color: white;}*/#headline {	font-family: Verdana,Helvetica,Arial,sans-serif;	font-size: 1.75em;	padding-top: 6px;	padding-left: 7px;}#location {	font-family: Verdana,Helvetica,Arial,sans-serif;	font-size: 0.8em;	padding-left: 7px;	padding-bottom: 10px;}#copy {	text-decoration: none;}#menuleft {	padding: 7px;}#cellcontent {	padding: 7px;}