body { color: black; background-color: white; text-decoration: none; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F78222;
}

p {}
td {}
a:link { color: black ; font-weight: normal; text-decoration: none; }
a:visited { color: black ; text-decoration: none; }
a:hover { color: silver ; text-decoration: none; }
a:active { color: black ; font-weight: bolder; text-decoration: none; }
.orangeBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f78524;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.contentSMALLER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
