body {
	background-image: url("pics/back.png");
	margin: 60px 80px 40px 80px ;
	text-align: justify;
	background-attachment: fixed;
	font-family: "Georgia";
	font-size: 12pt;
	
}


#container {
    width: 900px;
    margin: 10px;
    padding: 10px;
    font-family: Georgia, 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;
    
}

caption {
	font-weight: bold;
	font-size: 1.0em ;
}

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

.note {
	font-style: italic;
	font-size:  small;
}

i {
	font-style: italic;
	color: red;
}

a:link {
	color:black;

}

a:visited {
	color:black;

}

s {
	text-decoration:none;
	display:inline-block;
	position:relative;top:-0.175em;left:-0.05em
	
}

