body {
	background-color: black;
	color: #F8F9BB;
	font-size: medium;
	font-family: Sylfaen,Georgia,Serif;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-style: italic;
}
a {
	color: #DAA520;
	text-decoration: none;
}
.header {
	padding: 20px;
	background-color: #DAA520;
	text-align: center;
	color: black;
}
.tag,a.tag {
	font-size: 110%;
	color: Black;
}
.linkinfo {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: smaller;
	font-style: italic;
}
.cover-info {
	font-size: smaller;
	font-style: italic;
	float: right;
	color: black;
}
#header-text {
	float: left;
}
#header-image {
	float: right;
}
#part1 {
	width: 350px;
	float: left;
}
#part2 {
	width: 350px;
	float: right;
}

