body 	{ 
	background-color: #DCDCDC; 
	background-image: none;
	font-family: Arial 
	}
H2 { 
	font-style: italic; 
	text-align: center;
	}
h1 {

}

p.dashed {border-style: dashed;
	background-color: yellow;
}



hr { width: 40% }

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}



#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	font-size:8pt; 
	text-align:center;
	line-height: 200%;
}

#Footer {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:12px;
	font-size:6pt; 
	text-align:center;
	line-height: 100%;

}
