body { margin: 0px;
	text-align: left;
	font-family: sans-serif; }
a:link { color: #2f4f4f;
	text-decoration: underline }
a:visited { color: #696969;
	text-decoration: underline }
a:hover { color: #008000;
	text-decoration: none }
h1 { background: white;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: 0.3em;
	text-decoration: none;
	margin: 1em;
	padding: 0em;
	border-width: 0px;
	border-style: none }
h2 { font-style:normal;
	font-variant: normal;
	font-weight: bold;
	font-size:1em;
	text-align:left;
	letter-spacing: 0.3em;
	text-decoration: none;
	margin: 2em 0em 1em;
	padding: 0em;
	border-width: 0px 0.8em 1px;
	border-style:solid none solid solid;
	border-color: green }
h3 { font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.3em;
	margin: 0px;
	padding: 0px;
	text-indent: 0.5em;
	border-width: 0px 0px 0px 0.5em;
	border-style: solid;
	border-color: gray;}
img { border-width: 0;
	}
table { border-collapse: collapse;}
td { border-width: 1px;
	border-style: solid; }
p { text-indent: 1em;
	}
hr {
	color:#228B22;
	background-color:#228B22;
	border:none;
	width:98%;
	height:2px;
	}
td.none { border-width: 0px }