	body {
		margin: 0;
		padding: 0;
		background: #EEE;
		}
	
	a:link {
		color: black; 
		text-decoration: none;
		border-bottom: 1px solid #66C;
		}
	a:visited {
		color: black;
		text-decoration: none;
		border-bottom: 1px solid gray;
		}
	a:hover	{ border-bottom: 1px solid #C66; }
	a:active { color: blue; }
	
	a.anchor:hover { border: none; }
	a.anchor:active { color: black; }
	
	h1 {
		font-size: 2em;
		text-align: center;
		font-family: Palatino, serif;
		}
	h2 {
		font-size: 1.5em;
		font-family: Palatino, serif;
		margin-top: 1.5em;
		}
	
	img { display: block; margin: 1.5em auto; border: none; }
	
	div#date {
		text-align: center;
		font-family: Palatino, serif;
		font-size: 1em;
		}
	
	div.navigation {
		margin: 0.5em 4em;
		font-family: Palatino, serif;
		}
	
	div#content {
		border: thin solid #CCC;
		margin: 2em 4em;
		background: white;
		font-family: Palatino, serif;
		font-size: 1em;
		padding: 0.5em 2em;
		}
	
	p, li { line-height: 1.5em; }
	
	#content p:first-letter { margin-left: 2em; }
	
	.note { font-weight: bold; }
	
	dfn { font-style: normal; cursor: help; }