/* Presentation Stylesheet */ 
h4 {
	margin:0;
	padding: 5px 0;
	font-size: x-large;
	color: #990000;
	text-align: center;
	border-style: none;
 }
 
p:first-letter {
	color:maroon;
	font: bold 120% Georgia, "Times New Roman";
 }

h2 {
	margin:0;
	padding: 5px 0;
	font: xx-large Georgia, "Times New Roman", Times, serif;
	color: #000099;
	border-style: none;
 }