body {	background-color:black;	margin:20px;	padding:0px;        font:14px optima, verdana, arial, helvetica, sans-serif;	}form {	display: inline-block;}h1 {	margin:0px 0px 15px 0px;	padding:0px;	font-size: 24px;	font-weight:800;	color: #000;	}h2 {	font:bold 18px optima, verdana, arial, helvetica, sans-serif;	margin:0px 0px 5px 0px;	padding:0px;	}p {	font:14px optima, verdana, arial, helvetica, sans-serif;	margin:0px 0px 16px 0px;	padding:0px;	}a {	color: #000;	font-family: optima, verdana, arial, helvetica, sans-serif;	font-weight: bold;	text-decoration: none;	}a:link {color: blue;}a:visited {color: blue;}a:hover {background-color:#FF0;}  /* All the content boxes belong to the content class. */#content {	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */	width:auto;	min-width:120px;	margin:10px 235px 5px 145px; /* adjust last number to fit Google ads */	border:1px solid black;	background-color:white;	padding:10px;	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */	}#header {	text-align: center;}#footer p {	font-family: optima, verdana, arial, helvetica, sans-serif;	font-style: italic;	text-align: center;	font-size: 95%;	clear: all;	color: white;}#caption {	font:10px/20px optima, verdana, arial, helvetica, sans-serif;	color: #fff;	font-style: italic;}#navAlpha {	position:absolute;	top:165px;	left:20px;	background-color: #000;	padding:10px;	z-index:2;/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */	voice-family: "\"}\"";	voice-family:inherit;	width:128px;	}	#navBeta {	position: absolute;	width:150px;	top: 450px;	left:15px;	background-color:#eee;	padding:5px;    z-index: 4;/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */	voice-family: "\"}\"";	voice-family:inherit;	width:128px;	}#photo {	position:absolute;        top:175px;              right: 30px;        bottom: 5px;	z-index:3; /* Again, the ugly brilliant hack. */	voice-family: "\"}\"";	voice-family:inherit;	width:196px;	}dt { font-weight: bold;	font-size: 115%;}.emphasize { font-size: 125%; }.feature {	background-color: #FFF380;	text-align: left;	float: left;	padding: 20px;	width: 75%;}#navbar {	text-align: center;	top: 500px;}
