body {
	text-align:	center;
	background:	#000;
	color:		#ccc;
	font-family:	"Bitstream Vera Sans Mono", monospace;
	font-size:	10pt;
	}

* {
        margin:         0px;
        border:         none;
	padding:	0px;
}

/*
body * {
	text-align:	left;
	}
*/
body div.topdiv {
	width:				400px;
	margin-left:		auto;
	margin-right:		auto;
}	




table#menu {
	vertical-align:		center;
	text-align:		center;
	height:			900px;
}
table#menu td {
	padding:		1em 0.5em;

}
table#menu td#contentcontainer {
	padding-top:		0px !important;
	padding-bottom:		0px !important;

}


td.dark {
	background:		#666;
	color:			#ccc;
}
td.bright {
	background:		#ccc;
	color:			#000;
}

#title {
	line-height:		200%;
	/*text-transform:		uppercase;*/
	font-weight:		bold;
}

a:link, a:visited {
	text-decoration:	none;
	color:			inherit;
}
table#menu a:hover {
	text-transform:		uppercase;
}

img {
	border:			none;
}
p, li {
	margin-top:		2ex;
	line-height:		150%;
}
li {
	list-style-position:	inside;
	padding-left:		0px;
}
ul {
        padding-left:           0px;

}
.pale {
	color:			#333;
}