h1{
	color: orange;
}
h2{
	color: red;
}
a:link{
	color:blue; 
	font-weight:bold; 
	text-decoration:none;
	}
body{
	margin-left: 1in; 
	margin-top: 0.5in; 
	margin-right: 1in;
}
div.gallery{ 
	position: absolute;
	padding: 0px;
	height: 800px;
	}	
div.image{ 
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	padding: 10px;
	text-align: center;
	}
div.image div.imagedesc{
	text-align: center;
`	}