.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	color: #DCBE8A;
	background-color: #000000;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #DCBE8A;
	background-color: #000000;
}
a:link {
	color: #E7CA9A;
	font-weight: bold;
}
a:visited {
	color: #E7CA9A;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #E7CA9A;
}
.highlightedText {
	font-family: "Times New Roman", Times, serif;
	color: #F7DB9A;
	font-size: 16pt;
}
.Boxed {
	border-top: thin solid #999999;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #999999;
	padding-left: 5px;
}
.BoxedPic {
	border-top: thin solid #999999;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #999999;
	margin: 5px;
	padding: 5px;
}
