/* cmweb150, lab 2 */

body {
	color: navy;
	background-color: lightgray;
	font-family: arial;
}


h1 {
	text-shadow: 0 2px 0 white;
	color: navy;
	text-align: center;
}  


h2 {
	text-shadow: 0 1px 0 white;
	color: navy;
	text-align: center;
}  


h3 {
	text-shadow: 0 1px 0 white;
	color: navy;
	text-align: center;
}  


hr {
	width: 50%;
	border-color: navy;
}


img {
	width: 300px;
	border-radius: 8px;	
	border-color: navy;
	border-width: 2;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color: navy;
	target-new: none
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.text {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: black;
}

.bottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.three-image {
	float: left;
	padding: 15px;
}