body {
	padding: 10px;
}

.content {
	float: left;
	width: 600px;
	text-align: left;
}

.content a:link {
	color: Maroon;
}

.content a:visited {
	color: Black;
}

h3 {
	background-color: Silver;
	border: thin;
	color: Navy;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
