body 		{ 
	background-color: #ffffe7;
	margin: 0px; 
	padding: 0px;
}
h1		{ 
	font-family: serif;
	text-align: center;
	color: #cc0033;
}
h2		{ 
	line-height: 1.3em; 
	font-family: serif;
	color: #00a;
}
.center		{ text-align: center; }
ul li		{ margin: 20px 0px; }
ol li		{ margin: 5px 0px; }
p,td		{ font: 1em/1.5em sans-serif; }
.gray		{ background-color: #cccccc;  }
.small, .menu	{ font: 1em sans-serif; }
a:link	        { text-decoration: none; color: #003399; }
a:visited	{ text-decoration: none; color: #003399; }
a:hover	        { text-decoration: underline; color: #ff0000; }

table {
	font: 1em/1.25em sans-serif;
	margin-right: auto;
	margin-left: auto;
}

img	{ border: 0px }

#Menu {
	position:absolute;
	top:189px;
	left:0px;
	width:190px;
	padding:5px;
	background-color:khaki;
	border:1px dashed #999;
	font: 1em/1.25em sans-serif;
	text-align:center;
	}

#Content {
	margin:5px 50px 10px 220px;
	font: 1em/1.5em sans-serif;
	}
