body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
h1 { font-size: 180%;
}
h2 { font-size: 150%;
}
h3 {
	font-size: 140%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-variant: small-caps;
	margin-bottom: 0px;
	padding: 0;
}
td { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.narrative {
	line-height: 130%;
	margin: -10px 20px 10px 20px;
}
a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
a:link {
	color: #6B8E23;
}
a:visited {
	color: Silver;
	text-decoration: none;
}
a:hover {
	color: black;
	background-color: #DDDDDD;
}
a:active {
	color: #6B8E23;
}