
body {
	font-family: Verdana, Arial, sans-serif; 
	font-size:small; 
	background-color:#FFFFFF; 
	color:#000000; 
	margin-left:10%; 
	margin-right:10%;
	}
p {
	margin-left:5%; 
	margin-right:5%; 
	text-align:justify;
	}
	
p.intro:first-letter {
	font-size:250%; 
	font-weight:bold; 
	float:left; 
	width:1em; 
	background-color: #fff;
	color: #99FF99;}
	
a {
	font-weight:500; 
	text-decoration:underline;
	}
	
td {
	font-family:Georgia, serif;
	text-align:center;}
	
h1,h2 {
	text-align:center;
	font-family: Verdana, Arial, sans-serif; 
	background-color: #99FF99; 
	color: #000000;
	}
	
h3,h4 {
	text-align:left;
	font-family: Verdana, Arial, sans-serif; 
	background-color: #99FF99; 
	color: #000000;
	}
	
h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}

hr {width:80%;color: #99FF99; }

.dropcap {font: bold 200% serif; color: #99FF99; width: 18pt; float: left;}
