body {
	font-family: optima, "Times New Roman", sans-serif;
	font-size: 90%;
	color: navy;
	background-color: white;
	margin: 1em;
	padding: 0;
}

P {
	line-height: 1.5em;
}

h1 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 0;
}
	
h2 {
	font-size: 120%;
	line-height: 2em;
	margin: .5em;
	margin-bottom: 0;
	padding: 0;
}


a {
	color: olive;
	text-decoration: none;
}

strong {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}