html, body {	width: 100%;	height: 100%; }body, table, tr, td, h1, h2, h3, h4, h5, h6 {	margin: 0;	border-spacing: 0; 	border-collapse: collapse; 	border-style: none;	empty-cells: show;	vertical-align: top;	padding: 0;	color: #000;	font-family: Georgia, Times, Times New Roman, serif;	font-size: 16px;	line-height: 20px;	font-weight: normal;	}body {	padding: 20px 0 60px 0;	background-color: #FFF; }.center {	text-decoration: italic;}		a:link {	color: #0099EB;	text-decoration: none; }a:visited {	color: #0099EB; 	text-decoration: none; }a:hover	{	color: #000000; 	text-decoration: none; }a:active { 	color: #000000; 	text-decoration: none; }img {	border: 0; }/*p + p {	margin: 0;	padding: 0;	text-indent: 40px; }*/ul, ol, li {	margin: 0;	padding: 0;	list-style: none; }.header {	position: absolute;	z-index: 99;	top: 15px;	left: 25px;	width: 200px;	}		#page {	position: absolute;	z-index: 99;	top: 140px;	left: 25px;	width: 480px;	padding: 10px 15px 15px 15px;	background-color: #FFF;	border: 1px solid #000;	margin-bottom: 50px;	}					.content {	margin-top: 15px;	padding-right: 0px;	}					.caption {	font-family: "Courier", "Courier New", "Andale Mono", monospace;	font-size: 12px;	line-height: 15px;	text-align: center;	}	.mono {	font-family: "Courier", "Courier New", "Andale Mono", monospace;	font-size: 14px;	line-height: 20px;	}.mono_small {	font-family: "Courier", "Courier New", "Andale Mono", monospace;	font-size: 12px;	line-height: 15px;	}.list {	margin-bottom: 6px;	padding-bottom: 6px;	border-bottom: 1px solid #000000;	}	.nav {	font-family: "Courier", "Courier New", "Andale Mono", monospace;	font-size: 14px;	line-height: 15px;	font-weight: normal;	text-transform: uppercase;	padding-bottom: 10px;	border-bottom: 1px solid #000000;	}.nav a:link {	color: #0099EB;	text-decoration: none; }.nav a:visited {	color: #0099EB; 	text-decoration: none; }.nav a:hover	{	color: #000000; 	text-decoration: none; }.nav a:active { 	color: #000000; 	text-decoration: none; }		/*a:link {	color: #0099EB;	text-decoration: none; }	*/	.navSelected a:link {	color: #000;	text-decoration: none; }.navSelected a:visited {	color: #000; 	text-decoration: none; }.navSelected a:hover	{	color: #000; 	text-decoration: none; }.navSelected a:active { 	color: #000; 	text-decoration: none; }		.archive a:link {	color: #FFF;	text-decoration: none; }.archive a:visited {	color: #FFF; 	text-decoration: none; }.archive a:hover	{	color: #FFF; 	text-decoration: none; }.archive a:active { 	color: #FFF; 	text-decoration: none; }