body {
	font-family:fixedsys, monospace;
	color:white;
	background:#111111;
}

#main {
	top:10px;
	left:10px;
	width:800px;
	text-align:left;
	overflow:auto;
}

#iamabot {
	display:none;
}

a {
	color:#999999;
	text-decoration:none;  
}

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

img {
	border:0;
}

tr {
	text-align:left;
}

table {
	background-color:#222222;
	width:100%;
}

.title {
	font-size:36px;
	color:black;
	text-shadow: -1px 0 white, 0 -1px white, 1px 0 white, 0 1px white;
}

.title:hover {
	color:white;
	text-shadow:none;
}

.dark {
	background-color:#222222;
}

.mid {
	background-color:#333333;
}

.light {
	background-color:#444444;
}