body {
	margin: 2em;
	margin-left: 2%;
	margin-right: 20%;
	background: #FFFFFF;
	font-family: Arial, Verdana, Gillsans, sans-serif;
	font-size: 0.8em;
	color: black
	}

p, ol, a, ul {
	line-height: 1.4em;
	}

p {
	margin: 0;
	text-indent: 1.4em;
	}

.initialP {
	text-indent: 0;}

.date {
	text-indent: 0;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-size: 0.8em;
	font-style: italic;
	}

h1 {
	font-family: Verdana;
	font-size: 1em;
	text-transform: capitalize;
	margin-bottom: 0.3em;
	margin-left: -0.7em;
	background: #0066CC;
	color: #FFFFFF;
	text-indent: 0.2em;
	}

h2 {
	font-family: Verdana;
	font-size: 1em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	word-spacing: 3em;
	margin-bottom: 0.2em;
	}

ul {
	margin-top: 0;
	}

strong {
	font-style: normal;
	background: yellow;
	}
	
a {
	text-decoration: none;
	}

a:link {
	color: #0066CC;
}

a:visited {
	color: #0066CC;
	}

a:active {
	color: #0066CC;
	}

a:hover {
	background: #F0F0FF;
	}
	
.pageNav {
	font-size: 0.6em;
	}

.pageNav a:hover {
	text-decoration: underline;
	background: none;
	}
	
.table {
	font-size: 0.8em;
	}
	
.small {
	font-size: 0.6em;
	}
	
pre {
	font-size: 0.9em;
	}