body {
	color: rgb(255,255,204);
	background-color: rgb(51, 0, 0);
	background-image: url(../pics/walnut-tile.jpg);
	background-attachment: fixed;
	text-align: justify;
	font-weight: bold;
	
}

.link {
	font-size: 1.20em ;
	font-weight: bold;
	
}


#container {
   width: 90%;
   margin: 10px;
   padding: 10px;
   font-family: Georgia, serif;
   font-size: 1.2em; 
	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;
   
}

A:link {
	color: white;
	font-weight: 700; 
	text-decoration: underline;
	} 
	
A:visited {
	color: red;
	text-decoration: overline underline;
	} 
