body {
	background: #202020;
	color: #DDDDDD;
	font-family: Consolas, Courier New, Courier;
	font-size: 11pt;

}

a:link {color:#FFF; text-decoration:none}
a:visited {color:#FFF; text-decoration:none}
a:active {color:#AFF; text-decoration:none}
a:hover {color:#AFF; text-decoration:underline}


.header {
	font-size: 14pt;
	font-weight: bold;
}

table.main {
	width: 100%;
	height: 100%;
	border: transparent none 0px;
}

div.archive {
	position:absolute;
	bottom:4px; 
	left:4px; 
	right:4px;
	padding:0 0 0 0;
	
}

div.leftmenu {
	position: absolute;
	right: 50%;
	text-align: right;
}

div.rightmenu {
	position: relative;
	margin-left: 50%;
	text-align: left;
	vertical-align: middle;	
}