body {
	color:#333;
	background-color:white;
	margin:2%;
	padding:0%;
	font:1em verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0% 0% 1% 0%;
	padding:0%;
	font-size:1.8em;
	font-weight:900;
	color:black;
	}
h2 {
	font:bold 1.2em verdana, arial, helvetica, sans-serif;
	margin:0% 0% 1% 0%;
	padding:0%;
        color:black;
	}
h3 {
	font:bold 1.1em verdana, arial, helvetica, sans-serif;
	margin:0% 0% 1% 0%;
	padding:0%;
        color:black;
	}
p {
	font:1em/1.5em verdana, arial, helvetica, sans-serif;
	margin:0% 0% 2% 0%;
	padding:0%;
        color:black;
	}
.Content>p {margin:0%;}
.Content>p+p {text-indent:0.5%;}


.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:15%;
	margin:5% 20% 2% 23%;
	border-left: 1px #404040 solid;
	border-right: 1px #404040 solid;
	background-color:white;
	padding:1%;
	z-index:3;
	}
	
.header  { 
        position:absolute; 
        top: 0%; 
	right: 0.5%;
	bottom 2%;
        font: 0.8em "Distant Galaxy", "Verdana", "Arial", sans-serif;
        }
 
 a {
	color:#047;
	font-size:1em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#228888;}
a:visited {color:#228899;}
a:hover {background-color:yellow;}
 
 
 #menu {
	position:absolute;
	width:15%;
	top:2%;
	left:2%;
	right:2%;
	border:1px dashed black;
	background-color:white;
	padding:1%;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}