body {
	background:#000;
	font-family:sans-serif;

	color:white;

	padding:0px;
	margin:0px;
}

img {
	border:none;
}

h1 {
	font-stretch:wider;
}

h2 {
	padding:0px;
	margin:0px;
}


a {
	color:white; 
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:white; 
	text-decoration:underline;
}

div.head {
	background-image: url(/fade.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 120px;
	padding:5px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}




div.content {
	margin:20px;
	margin-top:120px;
	z-index:5;
	position: absolute;
	left:0px;
	top:0px;

}

.sup {
	vertical-align: super;
	font-size:50%;
	
}

td {
	text-align: center;
	height: 200px;
}

span.code {
	font-family:monospace;
	white-space:pre;
}
