a:active{
	color: #fff;
}
a:hover{
	color: #cc9900;
}
a:link{
	color: #fff;
}
a:visited{
	color: #fff;
}
a.webmaster{
	color: #999;
	font-family: arial;
	font-size: 9pt;
	vertical-align: middle;
	text-align: center;
}
.banner{
	font-family: sans-serif;
	font-size: 48pt;
	/*font-weight: bold;*/
	font-stretch: semi-expanded;
	text-align: center;
	postion: relative;
	
}
body{
	border: 3px solid white;
	margin: 0;
	background-color: #03c;
}
div.nav{
	font-family: "Arial";
	font-size: 16pt;
	/*font-weight: bold;*/
}
.footer{ /* defunct? */
	color: #999;
	font-family: arial;
	font-size: 9pt;
	vertical-align: middle;
	text-align: center;
}
#shadow{
	position: absolute;
	color: #009;
	left: 3px;
	bottom: 3px;
	z-index: 1;
}
td.nav{
	vertical-align: top;
}
#text{
	position: relative;
	color: #fff;
	top: 0px;
	left: 0 px;
	z-index: 2;
}
.window{
	border: 3px solid #000;
}

