/* NO tags <STYLE type="text/css" media="screen"> in text file & only CSS (not HTML) comments */
.ahem {
	display: none;
	color: #33FF33;
	font-size: 1em;
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
}
.footnote { font-size: .75em; font-family: Verdana, Arial, Helvetica, sans-serif; } 
p, td, li, ul, ol, dl, dt, dd	{
		font-family: Georgia, Garamond, "Times New Roman", Times, serif;
		}

 h1, h2, h3, h4, h5, h6	{
		font-family: "baskerville old face", "apple chancery", baskerville, garamond, goudy, georgia, "times new roman", times, serif;
		}
h1	{
	color: #FFFFFF; /* #dcd9d2; */
	background: transparent;
	/* font:italic 1.2em/1.5em "baskerville old face", "apple chancery", georgia, "times new roman", times, serif; */
	font: 2em/2.2em;
	font-weight: bold;
	font-style: italic;
	}
h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}
h3	{
	color: #FFFFFF;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	/* line-height: 1.3em; */
	}

/* "adapted" copy of mako4css */
.Header {	
	margin: auto;
	padding: 10px;
	width: 450px; height:auto;
	text-align:center;
	background:#69c;
	border: 1px groove #69c;
	position: absolute; top: 5px; left: 210px;
    z-index: 10;
	}

.Navigation { 		/* left side bar, positioned absolutely */
	background-color:#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 #69c;
        z-index: 9;
	}
.navbox { width:163px; float:left;
	position:relative; left:2px;
	}
.Content {			/*main area */
	text-align:center;
	background: #69c;
	width:450px; height:auto;   /* Chrysler 400x351 */
	padding: 5px;
	border: 1px groove #69C;	/* 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:#69C;
	color:white;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2px; padding: 2px;
	border: 1px groove white;
        text-align: left;	
	}

/* NO tags in remote text file </style> */

