body { color: black; background-color: white; }
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td {}
a:link { color: #009 }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

.welcome { color: #92af5b; font-size: 24px; font-family: sans-serif; font-weight: bold;}
.body {
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
}
.bottom { color: #009; font-size: 10px; font-family: sans-serif; }
.subhead {color: black; font-size: 18px; font-family: sans-serif; font-weight: bold;}
a:link {
	color: #009;
}