body {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: gray;
	background-color: gray;
}

div.page {
	background-color: white;
}

h1 {
	text-align: center;
	font-size: 40px;
}

h3 {
	text-align: center;
	font-size: 25px;
}

img.one {
	text-align: center;
}
img.two {
	margin-top:50px;
}

.gallery1 {
	margin:5px;
	border: 1px solid #ffffff;
	height: auto;
	width: auto;
	float: left;
	text-align:center;
}
.gallery {
	margin:5px;
	border: 1px solid #3399ff;
	height: auto;
	width: auto;
	float: left;
	text-align:center;
}

.gallery img {
	display: inline;
	margin:3px;
	border:1px solid #ffffff;
}

.img b:hover img {
	border: 1px solid #3399ff;
}

.desc {
	text-align:center;
	font-weight:normal;
	width: 120px;
	margin: 2px;
}

ul.sidebar {
	list-style-type: normal;
	

}

ul.sidebar li {
	
	margin-bottom: 16px;
}

ul.sidebar a {
	
}
a:link {
	color: black; 
	text-decoration: none;
}
a:visited {
	color: gray; 
	text-decoration: none;
}
a:hover {
	text-decoration: underlined;
	color: black;
}
