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

blockquote, blockquote a {
	color: black;
}

body, html {
	color: white;
	background: rgb(96,96,96) url('signature.png') no-repeat bottom right;
}

ol, ul {
	margin: 0px;
	list-style: none;
}

#sideBarOne {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	bottom: 0px;
	overflow: auto;
	font-size: 0.7em;
	text-align: center;
}

#sideBarOne li {
	margin: 0px;
}

#subMenu, #banners, #bookmarks {
	margin-top: 2em;
}

#bookmarks {
	width: 60px;
	margin: 2em 20px 0px 20px;
}

#mainPage {
	position: absolute;
	top: 0px;
	left: 100px;
	right: 0px;
	bottom: 20px;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	background: rgb(64,64,64);
}

#content h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

#content ol {
	position: absolute;
	top: 3em;
	left: 0px;
	width: 380px;
	bottom: 0px;
	overflow: auto;
}

#content ol li {
	float: left;
	clear: none;
	margin: 0px;
	height: 140px;
	width: 180px;
	line-height: 140px;
	text-align: center;
}

#content ol div {
	position: fixed;
	top: 3em;
	left: 480px;
	right: 0px;
	bottom: 40px;
	display: none;
	overflow: auto;
	line-height: 500px;
}

#content ol div h2, #content ol div p {
	line-height: 1.5em;
}

p#footnote, p#utils {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;
	margin: 0px;
	text-indent: 0px;
	font-size: 0.7em;
	text-align: center;
}