H1 {	
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #FF0E2D;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.cartitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	font-weight:bold
}
a:link {
	color: #FF0E2D;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF0E2D;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF0E2D;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {
	color: #e3ce3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.smalltext a:link {
	color: #e3ce3f;
	text-decoration: none;
}
.smalltext a:visited {
	color: #e3ce3f;
	text-decoration: none;
}
.smalltext a:hover {
	color: #fcb67e;
	text-decoration: none;
}
.smalltext a:active {
	color: #e3ce3f;
	text-decoration: none;
}
.excursion-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}
.pic-container-clear {

	padding: 5px;
	border: 1px solid #e0e1e0;
}

