@charset "UTF-8";
#content {
	height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../images/coffee_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	font-family: "Book Antiqua", "Bookman Old Style", serif;
}
#contentmenu {
	height: 300px;
}

#content a:hover {
	font-weight: bold;
	color: #504322;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #504322;
}
#content a:link {
	font-weight: bold;
	color: #504322;
}
	