@CHARSET "UTF-8";

p {
	color: black;
}

a {
	color: blue;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	background: #e0ddff;
}

h3 {
	top: 0.5em;
	text-align: center;
}

ul {
	list-style-type: none;
}

li {
	padding: 5px 0 0 0;
}

.page {
	position: absolute;
	left: 20%;
	width: 78%
}

.content {
	background: #cfAb57;
	margin: 1em;
	padding: 1em;
}

.date {
	color: #550022;
	padding: 0 5px 0 5px;
}

.links {
	font-weight: bold;
	left: 0;
	position: absolute;
	width: 20%;
	padding: 5px;
}

.footer {
	text-align: center;
	left: 12em;
	right: 0;
	width: 50%;
	height: 5em;
	margin-left: auto;
	margin-right: auto;
}

.header {
	color: #000066;
	font-weight: bold;
	font-style: italic;
	font-family: serif;
	font-size: 3.0em;
	text-align: center;
	left: 0;
	right: 0;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.cover {
	float: left;
	padding: 10px;
}

.title {
	font-style: italic
}

.song {
	font-weight: bold;
}

