<style type="text/css">

p {}

body {
	background: white;
	color: #444;
	line-height: 1.3;
	text-align: justify;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }

A {text-decoration: underline }
A:active {text-decoration: none}
A:link { color: #449 }
A:visited {color: #446}
A:hover { color: red;}

p {
	margin-right:  3em;
                margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 0 }

u.current {
	background: yellow }

h1 {
	line-height: 1;
	text-align: center;
	font-variant: small-caps;
	border-bottom: thin solid;
	padding: 0 0.5em 0.2em 0.5em;
	font-weight: normal }
h2 {
	line-height: 1;
	text-align: center;
	font-variant: small-caps;
	border-bottom: thin solid;
	padding: 0 0.5em 0.2em 0.5em;
	font-weight: normal }
h3 {
	text-decoration: underline;
	margin-left: 1.5em }
h4 {
	text-decoration: underline;
	margin-left: 3.5em }

sup {
	line-height: .2 }

dt {
	margin-left: 3em;
  margin-top: .25em }

dd {
	margin-left: 4em }

li {
	margin-left: 2em;
                margin-right:  2em }
ul, ol {
	margin-top: 0em }

</style>