@charset "utf-8";
/* CSS Document */

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FC9;
	text-decoration: none;
}
.navigation{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
	background-color: #632323;
	padding: 8px;
	display: block;
	width: 100px;
}
.navigation:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
	background-color: #900;
	padding: 8px;
	display: block;
	width: 100px;
}
.GalleryHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
	background-color: #000;
	text-align: left;
}
.Titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFC;
	background-color: #000;
}

