
.maincenter {
margin-left: 1em;
margin-right: 1em;
}

.sux {
cursor: crosshair;
}

.sux:hover {background: black;color: white;}

a {
color: #009300;
}


a:visited
{
	color: #66ff99;
}



.left 
{
	position: absolute;
/*	position: fixed;*/
	left: 0;
	top: 2em;
	width: 13em;
	margin-left: 2em;
/*	float: left;*/
}

.right 
{
	position: absolute;
	right: 0;
	top: 2em;
	width: 23em;
	margin-right: 2em;
}

.codexa
{
	border: thick solid green;
	padding: 2em 2em 2em 2em;
	margin: 1em 1em 1em 1em;
/*	background: gray;*/
}

.content {
	position: absolute;
	left: 13em; 
	width: auto;
	margin: 2em 2em 2em 2em;
/*	overflow: auto;*/
}

.mcontent {
	position: absolute;
	left: 13em;
	right: 23em;
	text-align: center;
	vertical-align: middle;
	width: auto;
	margin: 2em 2em 2em 2em;
}



body
{
font-family: "lucida typewriter", lucidatypewriter,monospace;
font-size: 12pt;
background: black;
color: white;
width: 100%; /**/
height: 100%; /**/
}

.holder {
	width: 100%;
	height: 100%;
}


