/**************** MAIN ****************/ 
body {
	background-color: #22368D;
}

H1 {font-family: Arial, helvetica,sans-serif;
    font-size: 28px;
	font-style: normal;
    color: #D1DBF4;
}

H2 {font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	font-style: normal;
    color: #D1DBF4;
}

/**************** Pseudo classes ****************/ 
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
}
.head {font-family: Arial, helvetica,sans-serif;
    font-size: 28px;
	font-weight: bold;
    color: #D1DBF4;
}
.subhead{
    font-family: Arial, helvetica,sans-serif;
    font-size: 20px;
	font-style: normal;
    color: #D1DBF4;
}
.menutext {
    font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color:#FFFF00;
}
.menutext-2 {
    font-family: Orator Std;
	font-size: 20px;
	font-style: normal;
	color:#FFFF00;
}
.headings {
    font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	color: #0EF3F6;
}
.subheading {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.picturetext {
    font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.footer {
    font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #5884F0;
}
a:link {
	color: #D1DBF4;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	color: #D1DBF4;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
	font-style: normal;
}
a:active {
	color: #D1DBF4;
	text-decoration: none;
	font-style: normal;
}

/**************** Decorative ****************/ 
.excursion-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

.pic-container-clear {

	padding: 5px;
	border: 1px solid #0EF3F6;
}
.pic-container-clear-2 {

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