body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #FFCC00;
}
.pageheader {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
	display: block;
}
.navigation:link {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.navigation:visited {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.navigation:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
}
.navigation:active {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
.copyrights {
	font-size: 10px;
	color: #000000;
}
.map {
	font-size: 12px;
}
.caption {
	font-size: 24px;
	font-weight: bolder;
}

/* Gallery */
#gallery {
	margin-left: 10px;
}
#gallery img {
margin: 0 4px 4px 0;
}
