body {
	background-image: url(background.gif);
}

H1 {
	font-family: "Comic Sans MS";
	font-size: 24pt;
	font-weight: bold;
	color: #FFE4C4;
	text-align: center;
	position: relative;
} 
	
	H2 {
	font-family: "Comic Sans MS";
	font-size: 16pt;
	font-weight: bold;
	color: White;
	text-align: center;
	position: relative;
} 
	
	H3 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #800000;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
} 


ul{
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #800000;
	text-align: left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}

li{
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #800000;
	text-align: left;
	position: relative;
}

p{
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: navy;
	text-align: left;
	position: relative;
}

img.navy {
	border: 10px Navy;
}