p {
	font-size: 13px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
.orange {
	font-weight: bold;
	color: #CC3333;
}
.orange a:link {
	color: #CC3333;
	text-decoration: none;
}
.orange  a:hover {
	color: #CC3333;
	text-decoration: none;
}
.orange   a:visited {
	color: #CC3333;
	text-decoration: none;
}
.nav {
	text-align: center;
	border-bottom: 2px solid #B92129;
	margin: 15px 0 0 0;
}
.nav   a {
	color: #B72129;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	margin: 7px;
	padding: 2px;
}
.nav  a:link {
	color: #B72129;
}
.nav   a:hover {
	color: #FFFD9F;
	background-color: #B92129;
}
