﻿
TD { color: black; font-size: 100%; vertical-align: top}
P  { color: black; font-size: 100% }
DT { color: Navy; }
UL {
	color: black;
	font-size: 100%;
	margin-bottom: 5px;
}
H1 { color: maroon; font-size: 160% }
H2 { color: maroon; font-size: 140% }
H3 { color: maroon; font-size: 120% }
H4 { color: maroon; font-size: 100% }
H5 { color: maroon; font-size: 100% }

A { color:blue; text-decoration: none }
a:hover { text-decoration: underline; color: navy;}
a:visited {
	color:purple;
}

body
{
	background-color:#F6FFF6;
	font-family: Arial, Helvetica, sans serif;
}

li.spaceditems {
	margin-bottom:8px;
}

.centered-header {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.centered-body {
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.imageright {
	margin: 2px 0px 2px 5px;
	border-style: solid;
	border-width: 1px;
	float: right;
}
.smaller {
	font-size: 83%;
}