html { 
	background-color:#000;
	color:Silver;
	font-family: monospace;
	/*
	background:#000 url("../img/mistigris.gif") center center no-repeat;
	height:100%; 
	width:100%; 
	*/
}
html b {
	color:White;
}
a {
	color:#c0c0c0;
}
a:hover, a:visited:hover {
	color:#ff00ff;
}
a:visited {
	color:#808080;
}
h1, h2 {
	color:White;
	font-size:16px;
	margin:2em 0 1em 0;
}
h2 {
	font-size:14px;
}
#links {
	color:White;
	font-size:12px;
	text-align:center;
	margin:1em 0 2em 0;
}
#links li {
	list-style-type:none;
	display:inline;
}
#latest {
	margin:1em 0 2em 0;
}
#banner {
	margin:4em 0 4em 0;
}