/* CSS Document */
body {
	background-color: #003300;
}
.nathanText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
}
.nathanTextLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 19px;
}
.nathanTextLink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFF66;
	line-height: 19px;
}
.nathanCommentText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
}
.nathanCommentTextLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
}
.nathanCommentTextLink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
}

