.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.navbar a:hover {
	color: #996600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
}
.greenborder {
	border: 3px ridge 006633;
}
.bodylink  a:link {
	font-weight: bold;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.bodylink  a:visited {
	font-weight: bold;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.bodylink a:hover {
	font-weight: bold;
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bodyplace {
	margin-left: 20px;
	width: 80%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
.question {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #A8853D;
}
.answer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding-left: 25px;
}
