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;
}
