
html {
	margin: 0;
	padding: 0;
}
     
body {
	background-color: #000000;
	scrollbar-face-color: #EBEBEB;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #30180E;
	scrollbar-track-color: #43403F;
	scrollbar-arrow-color: #43403F;

	color: #EEEEEE;	
	font-family: 'Lucida Sans', Verdana;
}

	a:link {color: #F6FF00; text-decoration: underline; }
	a:visited {color: #F6FF00; text-decoration: underline; }
	a:hover {color: #EEEEEE; text-decoration: none; }

table {
	width: 100%;
	height: 100%;
}

table.normal {
	height: auto;
}

table.opening {
	height: auto;
	width: 270;
}

td.left {
	text-align: left;
}


th {
	vertical-align: middle;
	text-align: left;
}

td {
	vertical-align: middle;
	text-align: center;
}

td.main {
	font-size: small;
	text-align: left; 
	vertical-align : top;
}

td.menu {
	
	font-size: 16px;
	font-weight: bold;
}
.menu a:link {color: #F6FF00; text-decoration: none; }
.menu a:visited {color: #F6FF00; text-decoration: none; }
.menu a:hover {color: #EEEEEE; text-decoration: none; }

div.h1 {
	font-size: medium;
	color: #F6FF00;
	font-weight: bold;
}

div.h2 {
	font-size: xx-small;
	color: #636363;
}

div.container {
	border: 3px solid #BB0000;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
	height: 550px;
	background-color: #3E4017;	
}



div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 789px;
	height: 140px;
	background-image: url('./img/Titlebar1.jpg');
	background-color: #EBEBEB;

}


div.menu {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 160px;
	height: 404px;
	background-color: #555925;
	
}

div.main {
	position: absolute;
	top: 140px;
	left: 160px;
	width: 629px;
	height: 404px;
	background-color: #44471C;
	overflow: auto;
	
	font-size: 86px;
}
