html, body, table {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
}
body, table, tr, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777;
}
table#outer {
	height: 100%;
	width: 100%;
}
#outer td {
	text-align: center;
	vertical-align: middle;
}
td#leftBar {
	border-right: 1px solid #333;
	text-align: center;
	width: 150px;
}
a {
	color: #777;
}
#colorSwitch a img {
	border: 0;
	height: 12px;
	width: 12px;
}
.greentext {	
	color: #090;
	font-weight: bold;
}
.redtext {	
	color: #f00;
	font-weight: bold;
}
#credits {
	bottom: .5em;
	font-size: .7em;
	position: absolute;
	text-align: center;
	width: 100%;
}
#credits span {
	margin-left: 150px;
}
#credits, #credits a {
	color: #666;
}