BODY {
	background-color: #ffffcc;
}
H1 {
	margin: 5% 5%;
	padding: 3%;
	color: white;
	font-size: 11pt;
	border-style: outset;
	background-color: #000aa0;
	text-align: center;
}
H2 {
	margin: 5% 5%;
	padding: 3%;
	color: white;
	font-size: 11pt;
	border-style: outset;
	background-color: #a0a0a0;
	text-align: center;
}
P {
	margin: 2% 2%;
	border-style: double;
	color: white;
	font-size: 10pt;
	background-color: #001f99;
	text-align: center;
}
A:link {
	color: white;
	text-decoration: none;
}
A:active {
	color: white;
	text-decoration: none;
}
A:visited {
	color: white;
	text-decoration: none;
}
