.ahem { display:none; color: #33FF33; font: 1em/1.2; }
body {
	text-align:center;
	color: #FFCC00; /*#FFCC33*/
	background-color: #000033;
	margin:0px; padding:0px;
	font:1em/1.3em Georgia, garamond, "century schoolbook", "goudy old style", goudy, "times new roman", times, serif;
	}
/* "adapted" copy of mako4css for lineforeline */
.Header {	
	margin: auto;
	padding: 10px;
	width: 450px; height:auto;
	text-align:center;
	background:#000033;   /* auntnini #69c */
	border: 1px groove #000033;
	position: absolute; top: 5px; left: 210px;
    z-index: 100;
	}

.Navigation { 		/* left side bar, positioned absolutely */
	background-color:#000033;   /* auntnini #69c */
	position: absolute;
	top:  3px; left: 3px;	
	float:left; width: 200px; 	/* buttons w=176 h=155 */
	height: auto;			/* text-buts w=163 h=52 */
        border: 1px groove #000033;
        z-index: 99;
	}
.navbox { width:163px; float:left;
	position:relative; left:2px;
	}
.Content {			/*main area */
	text-align:center;
	background:#000033;   /* auntnini #69c */
	width:450px; height:auto;   /* Chrysler 400x351 */
	padding: 5px;
	border: 1px groove #000033;	/* border to ensure NN4 background */
	font:1em/1.3em georgia, "times new roman", times, serif; /* redundant */
	position:absolute; top: 200px; left: 210px; 
    z-index: 9;
	}
.Box {
	background:#000033;
	color:#FFCC33;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 14px;
	margin: 8px 8px 4px; padding: 4px 4px;
	border: 1px #000033 groove;
        text-align: left;	
	}


