html {	padding:0;	margin:0;	border:0;	font-size: 1em; 	font-family: arial, helvetica, sans-serif;
	color: rgb(0,40,50);

}
body {	padding:0;	margin:0; 
	border:0;
	background:white;
	overflow: visible;}a {	text-decoration: none;
	color: rgb(0,40,150);}

h1 {	font-size: .9em;
	line-height: 1em;
	text-indent: 1.5em;
	background: white;
	padding-bottom: .2em;
}

a:visited {
	color: purple;}
a:hover {	color: red;
	text-decoration: underline;}
#header {
	z-index:10;
	position:absolute;
	padding-top: 0.12em;
	left: 0;
	top: 0;	width: 900px;
	background: white;	border-bottom: 1px grey dotted;  }

#header ul {
	background: white;
	padding: 0;	margin:0.25em; 
	padding-left: 1em; 	list-style-type: none;   }
li {	
	background: white;
	line-height: 1em;
	padding: 0;
	padding-left: 1em;
	padding-right: 1.5em;
	border-right: 1px grey dotted;
}
#header ul li {	display: inline;   }
#content {
	position: relative;	top: 2em;
	left: 0;
	padding-top: 0;
	padding-left: 1.5em;
	background: white;
}
