a:link, a:visited, a:active {
	color: #224400;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #aadd99;
	font-weight: bold;
}
.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.answer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
body {
	background-image: url(../images/bg_fern.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
