body {
	background-color: White;
	color: Black;
	font-family: "Georgia", "MS Serif", "New York", serif;
}

a {
	background-color: White;
	color: Black;
	text-decoration: none;
}

div#page {
	text-align: left; 
}

h1 {
	font-size: 200%;
	font-family: "Matura MT Script Capitals", fantasy;
	text-align: left;
	font-style: italic;
	margin: 0 0 0 0;
}

h2 {
	font-size: 150%; 
	text-align: left;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

div.section{
	clear: both;
	line-height: 1.4em;
}

h3 {
	font-size: 100.1%;  /* Workaround for IE bug */
	font-variant: small-caps;
}

div.period {
	font-weight: bold;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0.4em;
}
