body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #774230;
}
a:visited {
	color: #3D4989;
}
h1 {
	font-size: 1.7em;
	color: #774230;
}
.header {
	font-size: 1.75em;
	color: #774230;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #3A6D64;
	font-weight: bold;
}
.h2nobreak {
	font-size: 1.3em;
	color: #3A6D64;
	font-weight: bold;
}
.restaurants {
	font-weight: bold;
	color: #3A426D;
}
.hotels {
	font-size: 1.25em;
	color: #3A426D;
}
.larger { 
	font-size: 1.2em; 
	color: #3A426D; 
}
.smaller {
	font-size: .8em;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.caltitle {
	font-size: 1.1em;
	font-weight: bold;
}
.boxed {
	border: medium groove #3A6D64;
}
li {
	list-style-type: disc;
}
.newcalendar {
	font-size: .75em;
}
.underlined {
	text-decoration: underline;
}
.campground {
	font-size: 1.25em;
	color: #3A426D;
}
.campgroundinfo {
	font-weight: bold;
	color: #3A426D;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.disclaimer {
	color:#CC0000;
	font-style:italic;
}