p { 
	text-align: justify;
	clear: both;
}
p.image { 
	text-align: center;
}
p.subtitle {
	text-align: center;
	font-style: italic;
}
p.caption {
	text-align: left;
	clear: none; 
	font-style: italic;
	margin: 40px 40px;
}
h1 {
	text-align: center;
	text-transform: uppercase;
}
h2 {
	clear: both;
}
h3 {
	clear: both;
}
body {
	background-color: #ffffcc;
}
