BODY { 
	background-color: rgb(80,80,80);
	color: rgb(195,195,195);
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	font-family: sans-serif;
}
A:link { color: rgb(225, 255,225); text-decoration: none;}
A:visited { color: rgb(255, 195, 195); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Separate off address info in a smaller font size */
div.address {
	margin-left: 50px; 
	font-family: sans-serif;
	font-style: normal;
	font-size: 75%;
	border-top: 1px solid;
}
div.address DIV.iconbox { float: right; }
div.iconbox IMG { border-style: none; vertical-align: middle; }
div.header { 
	/* background-image: url(/~faber/images/banner.png); */
	background-image: url('/~faber/images/Lunabase Labs 1 Light.svg'), url("/~faber/images/justmoon.png");
	background-repeat: no-repeat, round;
	background-position: right, left;
	font-weight: bold; 
	height: 200px;
	font-size: 200%; 
	color: rgb(195, 195, 195);
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.header div.title { margin: 0px; padding-top: 45px; padding-left:50px;  }
div.header br { clear: both; }
div.header img.logo { vertical-align: middle; }
div.header object.logo { vertical-align: middle; height: 100px; width: 100px; }
div.header object.trick { float: right; }
div.header div.trick { float: right; }
div.content { margin: 35px 50px; }
div.content  h2, div.content h3 { color: rgb(225,225,225); }
div.content dl  { margin-left: 15px; }
div.content dt  { font-weight: bold; color: rgb(225,225,225); }
div.content em  { color: rgb(250,50,50); }
div.list_descr { font-size: smaller; margin-left: 3em; }
div.nav { font-size: smaller; }
div.center { text-align: center; }
img.left { float: left; }
img.right { float: right; }
a img {border-style: none; }
