body {
background-color: #000000;}

#logo {
	position: absolute; width:100%; height: 97px; top:11px; left:5px;
	background: #000000;
}
#minitabs {
	font-family: courier new, courier, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #fff;
	}
	
#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#minitabs a {
	float: right;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	}
#minitabs a.active, #minitabs a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color:	#000000;
	background: #666;
	}
#minitabs a:hover {
	color: #ffffff;
	}
	
#content	{
		width:500px;
		margin:auto;
		padding: 20px;
		border-style:dashed;
		border-width:thick;
		border-color:#000099;
	}
	
#letters	{
	padding: 20px;
	height: 500px;
	overflow: auto;
	}

p	{
	margin-top: 0;
	margin-bottom: 4px;
	font-family: courier new, courier, mono;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	}
	
.ds	{font-style:italic;
	font-size: 14px;
	color: #00b5ef;}
	
.sal	{
	color: #f8f400;
	}
	
h1	{font-family: courier new, courier, mono;
	font-size: 22px;
	font-weight:bold;
	margin: 0;
	color: #ffffff;
	}
	
.small	{
	font-size: 60%;
	line-height: 10px;
	color: #e7573b;
	}
	
.large	{
	font-size: 110%;}
	
.sig	{
	font-size: 80%;
	font-weight:bold;
	}
 
.g	{color: #666;}
.w	{color: #fff;}

.line	{
	border-top: 2px solid #000099;
