body {
	color: black;
	background: #faf0e6;
	font: medium Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: xx-large "IM Fell DW Pica", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

h2 {
	font: x-large "IM Fell DW Pica", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

a {
	color: maroon;
	text-decoration: none;
}

a:hover {
	color: gray;
}

ul {
	padding: 0;
}

li {
	list-style-type: none;
	line-height: 1.5;
	margin-bottom: 1em;
}

#container {
	width: 90%;
	margin: auto;
}

.menu {
	margin: 25px auto;
}

.menu td {
	padding: 0 20px 0 7px;
	border-left: 1px solid black;
}

.lang {
	font: large "IM Fell DW Pica SC", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .2em;
}

.poet {
	font-family: "IM Fell DW Pica", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .1em;
}

#photo {
	float: left;
	width: 400px;
}

.pic {
	border: none;
	float: right;
}

.sub {
	font-size: small;
	font-style: italic;
	float: right;
	text-align: right;
}

#news {
	color: gray;
	padding: 10px;
	border: 1px dotted maroon;
	margin-left: 450px;
	margin-top: 20px;
}

.title {
	text-transform: lowercase;
	letter-spacing: .25em;
	color: maroon;
}

