/* basic.css *//* presentation */body {		font-family: verdana, arial, sans-serif ;	margin: 10px ;	font-size: 100% ;	color: #000 ;	background-color: #fff ;	}h1, h2 { 	font-family: 'Times New Roman', Times, serif ;	font-weight: normal ;	}	h1 { 	font-size: 2em ;	margin: 0 ;	}	h1 span { 	font-size: 1.3em ;	font-weight: normal ;	}h2 {	font-size: 1.2em ;	line-height: 1 ;	margin: 0 0 1em 0 ;	}h3, p, ul { 	font-size: 1.1em ;	line-height: 1.3em ;	}/* navigation */a:link, a:visited {	text-decoration: none ;	}a:hover, a:active {	text-decoration: none ;	}ul#nav, ul#nav ul {	list-style-type: none ;	}/* misc */ .hide {	font-size: 0.75em ;	font-style: italic ;	}	/* hide header graphics */img#logo, img#header {	display: none ;	margin: 0 ;	}#fill {		height: 0 ;}