body { 
	background-color: black; 
	color: white;
	font-family: "Blackadder ITC", "Book Antiqua", "Times New Roman", serif; 
	text-align: center;
	border-collapse: collapse;
}

h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 20px;
	margin-top: 8px;
}

img {
	margin-top: 8px;
	margin-bottom: 8px;
}


a:link {
	color: #FFCC66; 
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #993300; 
}

a.reverse:link {
	color: #993300; 
	text-decoration: none;
}
a.reverse:visited {
	color: #993300;
	text-decoration: none;
}
a.reverse:hover {
	color: #FFCC66; 
}
