#nav {
	background-color: #BFAA7F;
}
#nav a:hover {
	text-decoration: underline;
}

#nav a {
	text-decoration: none;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
}

#content {
	background-color: #FFFFFF;
	border: medium solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: large;
	font-weight: bold;
}
#content #right {
	float: right;
	margin: 10px;
}

body {
	background-color: #FFFFCC;
}
#links a {
	color: #FFFFCC;
}

