#codex
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.back-content, .border-content
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: rgb(255, 255, 255);
	opacity: 1.0;
	color: rgb(0, 0, 0);
	border-radius: 0px;
}

.content
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 50px;
	overflow: auto;
	padding: 20px;
	padding-top: 0px;
	background: rgb(255, 255, 255);
	opacity: 1.0;
	color: rgb(0, 0, 0);
	text-shadow: none;
}

h1, h2, h3, h4, h5
{
	font-family: "Arial Black", Arial;
	font-weight: bold;
	letter-spacing: 0px;
	color: rgb(0, 0, 0);
	text-shadow: none;
}

a { color: rgb(150, 150, 150); }
a:hover { color: rgb(150, 150, 150); }
#codex .codex-date { color: rgb(150, 150, 150); }