body { 
	font-family: georgia, serif;
	line-height: 1.33;
	color: #111111; 
	/*background: #fff url(http://csszengarden.com/001/blossoms.jpg) no-repeat bottom right;*/
	margin: 0; 
	padding: 0;
	}

p { 
	margin-top: 10px; 
	}


h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}
h4 {text-align: center;}
h5 {
	text-align: center;
	font 80%;
	}
header {text-align: center;}

div {
	text-align: center;
	padding: 5px;
	width: 80%;
	margin: 5px;
	}

.list-container {
    text-align: center; 
}

ul {
    display: inline-block; 
    text-align: left;     
    margin: 0;
    padding: 0 0 0 20px;
}


.align-left {
  float: left;
  margin-right: 15px; 
}    
.align-right {
  float: right;;
  margin-left: 15px; 
}    

a {
	font-size: 75%;}

footer {
  text-align: center;
  padding: 5px;
  background-color: DarkSalmon;
  color: white;
  font-size: 1.9em; 
  line-height: 1;

}
