body
{ 
	font-style : normal;
	font-size : 12px;
	font-family : Verdana, sans-serif;
	color : black;
	background-color : #E3CF57;
	text-align:left; 
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	background-color: inherit;
}

a:hover{
	text-decoration: underline;
}

.navbar {
	width: 175px;
	color: #cc9900
}

.navbar a {
	margin-left: 3px;
	font-size: medium;
	font-weight: bold;
	color: #996600;
	background-color: inherit;
}

.left {
float:left;
}

.right {
	float:right;
	clear: right;
}

/* CSS Document */
.gallery {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align:center;
}

.gallery .figure {
 	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 25px;
	text-align: center;
}

.gallery .figure p {
	text-align:center;
}

h1, h2, h3 {
	clear:both;
}

h3 {
	margin-top: 50px;
	font-size: 18px;
	line-height: 22px;
}