html, body {
	margin: 0px; 
/*	font: normal 14px Georgia, mono; */
	color: white; 
	letter-spacing: 0.1em;
	} 

body {
	background-color: #6c6c7c;
	}

#container {
	position: absolute; bottom: 10px;
	height: 80%;
	min-height: 80%;
	min-width: 75%;
	margin: 20% 2em 0 20%;
	}

div#hi {
	position: relative;
	}

div#fuss {
	position: absolute; bottom: 0;
	font: normal 10px Verdana, mono; 
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 25px 0 0;
	}

#fuss a {
	color: #ccc;
	text-decoration: none;
	border-width: 0;
	padding: 0 0 1px 0;
	}



p, table {
	text-align: left;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	}


table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	empty-cells: hide;
	}

table th, td {
	border-collapse: collapse;
	font: normal 9px Verdana, mono; 
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: #6c6c7c;
	}

table tr {
	margin: 0;
	padding: 0;
	}

table td img {
	border: 0;
	margin: 0 0 -2px;
	padding: 0;
	}

td.hide {
	visibility: hidden;
	}

/*
b {
	font-weight: bold;
	color: #000;
	}*/


a, a:link, a:visited {
	color: white;
	text-decoration: none;
/*	border: 1px solid #bbb;
	border-width: 0 0 1px 0;
	padding: 0 0 1px 0;*/
	}
a:hover, a:active, 
a em:hover, a em:active {
	color: #aaa;
	border: 0;
	}

a.blank, a.blank:link, a.blank:visited {
	border-width: 0;
	}

#fuss a:hover {
	color: #999;
	text-decoration: none;
	}

.current {
	border: 2px solid #aaa;
	border-width: 0 0 4px 0;
	padding: 0 0 2px 0;
	}
abbr, acronym {
	text-decoration: none;
	border: none;
	}

abbr {
	letter-spacing: 0.2em;
	speak: spell-out;
	}

acronym.norm, abbr.norm {
	speak: normal;
	}
