body {
	text-align: center;
	font-family: Courier New;
	color: blue;
}

h1 {
	font-size: 3em;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: .25em;
	margin-top: 6em;
}

h2 {
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: .4em;
}

a:link, a:visited {
	color: darkblue;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

a:link img, a:visited img{
	border: 4px solid black;
	background-color: grey;
	color: white;
	padding: 8px;
	text-decoration: none;
	margin: 70px 0 20px 0;
}

a:hover {
	color: black;
}

.container {
	width: 800px;
	margin: 0 auto;
}

.content {
	width: 600px;
	margin: 0 100px;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
}

.clear {
	clear: both;
}