body {
/*	background-color: #3E63B8; */
	background-color: #000;
	color:#ff6;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
}

.cj-page #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #F00;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #F00;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link {text-decoration: underline; color: #ff0; font-family: verdana, helvetica, sans-serif; font-weight: bold} /* unvisited link */
a:visited {text-decoration: underline; color: #ff0; font-family: verdana, helvetica, sans-serif; font-weight: bold} /* visited links */
a:active {text-decoration: underline; color: #ff0; font-family: verdana, helvetica, sans-serif; font-weight: bold} /* active links */
a:hover {text-decoration: underline; color: #ff0; font-weight: bold}

.camperquotes {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	color: #FF6;
	font-weight: bold;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	color: #FF6;
}

.header1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	color: #FF6;
}
.normal {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6;
	font-weight: bold;
}
.subheader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF6;
}

.normal-black {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

.clearone {
	clear:both;
	height: 0px;
}

#hanging-indent {
	text-indent: -32px;
	margin-left: 32px;
	padding-left: 7px;
}

