scrollbar[orient="vertical"] { display: none !important; }
html {
	margin:0px;
	background:black; 
	color:white;
}
body {
	margin:0px;
	font-family:Georgia,cursive;
	font-size:12pt;
	overflow:auto;
	
}

#tablem{
	width:100%;
	table-layout:fixed;
	margin:0px;
	scrollbar-base-color:#333;
	scrollbar-arrow-color:gray;
	scrollbar-track-color:#222;
	scrollbar-face-color:gray;
	scrollbar-shadow-color:#333;
	scrollbar-darkshadow-color:#111;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color:#666;
	
}
#coll{width:170px}
#colr{}
#rowt{height:110px;}
#rowm{height:500px}
#rowb{height:0px}

.scroller{
	width:100%;
	height:100%;
	overflow:scroll;
	overflow-x:scroll;
	overflow-y:visible;
	overflow:-moz-scrollbars-horizontal;
}

#tablem td{
	vertical-align:top
}

#tl{
}
#tr{
}
td#mr{
	text-align:left;
	vertical-align:middle;
}
#ml{
}
#bl{
}

ul.l1 {
	font-family:"footlightMTLight","rage italic","Monotype Corsiva",Georgia,cursive;
	font-size:160%;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li.l1 {
	margin-top:10px;
}
.l2{margin-left:30px;padding-left:0px;}
.l2 li {
	/*margin-top:5px;*/
}
ul.l2 {
	font-size:0.9em;
	list-style-type:none;
}

#l3 img {
	height:80px;
}
#images img {
	height:440px;
}

td {}
:visited, :link {color:#eee; text-decoration:none;}
a img {border:none;}

body#index {
	margin: 10px auto 0px;
}
h1,h2 {
	font-family:Georgia,cursive;
	font-weight:normal;
}
h1 {
	font-size:18pt;
	font-weight:600;
	}
h2 {
	font-size:12pt;
	font-weight:600;
}

#navi {text-align:center;}
