body {
	color: black;
	background-color: white;
	font-family: sans-serif;
}

.title {
	font-size: xx-large;
	font-weight: bolder;
}

.secheader {
	font-size: x-large;
	font-weight: bolder;
	text-decoration: none;
}

a {
	color: #206a09;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}

.faqL {
	font-size: larger;
	font-weight: bold;
}
.faqQ {
	font-style: italic;
}
.faqA { }

.footer {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}
