body {
	background-image: url(pics/walnut-tile.jpg);
	background-attachment: fixed;
	margin: 60px 60px 40px 60px ;
	text-align: justify;
	
}

ul {
	list-style-type: none;
	
}

#container {
    width: 900px;
    margin: 10px;
    padding: 10px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em; 
	background-color: #f1efdb;
	margin-right: auto;
	margin-left: auto;
	
}

#content {
    padding: 20px 20px 20px 20px; /* TRBL; this keeps the text from flowing around the sidebar */
    margin-left: 0px;
    text-align: justify;
	
}

.head {
	font-weight: bold;
	font-size: 2.00em ;
	text-align: center;
	text-shadow: 3px 3px #7f7f7f;
	
}

.sub {
	font-size: 1.0em ;
	font-weight: bold;
	text-align: center;
	
}

sup {
	font-size: xx-small;
	font-weight: bold;
	
}

.note {
	padding-left: 40px;
	font-style: italic;
	font-size: 0.8em;
}





a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#FF0000;}  /* visited link */