body {
	font-family: Helvetica;
}

header {
	display: block;
	margin-left: 60px;
	margin-right: auto;
}

	#logo {
		position: relative;
		top: 36px;
		left: -9px;
	}

	header h1 {
		border-bottom: 1px solid;
		border-bottom-color: rgb(170, 0, 0);
		margin-bottom: 7px;
	}

	header h1 a {
		text-decoration: none;
		vertical-align: baseline;
		border: none;
	}

	header h1 span {
		color: rgb(102, 102, 102);
		font-style: italic;
		font-size: 12px
	}

nav {
	text-align: right;
}

	nav a {
		line-height: 24px;
		margin-right: 17px;
		color: rgb(102, 102, 102);
		text-decoration: none;
	}

	nav a:hover {
		line-height: 24px;
		margin-right: 17px;
		color: black;
		text-decoration: none;
		font-style: underline;
		border-bottom: 1px solid;
		border-bottom-color: rgb(170, 0, 0)
	}

article {
	margin-right: 110px;
	margin-left: 110px;
	margin-bottom: 50px;
}

	article p {
		margin-left: 20px;
	}

	article img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	article a {
		color: rgb(170, 0, 0);
		text-decoration: none;
	}

	article a:hover {
		color: black;
		text-decoration: none;
		vertical-align: baseline;
	}

.title {
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 24px;
}

.details {
	color: rgb(102, 102, 102);
	font-style: italic;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
}