﻿.navbig {
	font-family: Arial;
	font-size: small;
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}
.navsmall {
	font-family: Arial;
	font-size: x-small;
	color: #008000;
	text-decoration: none;
}
:hover.navbig {
	font-family: Arial;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.heading {
	font-family: Arial;
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}
.bodytext {
	font-family: Arial;
	font-size: x-small;
	color: #C0C0C0;
}
:hover.navsmall {
	font-family: Arial;
	font-size: x-small;
	color: #FFCC66;
	text-decoration: none;
}
.campdates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFCC66;
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
	text-decoration: none;
}
:hover.campdates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
}
