body {
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a{
	color: Black;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
a.nav{
	color: #AFC642;
	font-size: x-small;
	text-decoration: none;
	font-weight: bolder;
}
a.black{
	color: Black;
	font-size: medium;
	text-decoration: none;
	font-weight: bolder;
}
a.links {
	color: #FE771D;
	font-size: large;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	background-color: #FE771D;
	color: White;
}
p {
	text-align: justify;
}
h1 {
	color: White;
	font-size: large;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #FE771D;
	font-size: large;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}
th {
	color: #FE771D;
	font-size: large;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: White;
}
.copyright {
	font-size: x-small;
	color: #FE771D;
	font-weight: bolder;
	text-align: right;
}
.whatsnewQuote {
	font-size: xx-small;
	color: #88A57F;
	text-align: right;
	background-color: #F1F1A9;
}
.membershipQuote {
	font-size: xx-small;
	color: White;
	text-align: left;
	background-color: #AFC642;
}
.activitiesQuote {
	font-size: xx-small;
	color: #FE771D;
	text-align: right;
	background-color: #F1F1A9;
}
.tiny {
	font-size: xx-small;
	font-style: italic;
}
.roster {
	font-size: x-small;
}
.whatsnewverbage {
	font-size: x-small;
}