body {
	font-family: times, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
	margin: 1em;
	padding: 0;
}

p {
	line-height: 1.5;
}

h1 {
	color: white;
	background-color: blue;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: white;
}

h2 {
	color: white;
	background-color: blue;
	font-size: 1.5em;
	margin: 0em;
	padding: 0.1em;
	padding-left: 1em;
}

a {
	text-decoration: none;
}

li {
	color: #900;
}
