#bodycontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	overflow: auto;
	height: 450px;
	width: 425px;
}
body {
	margin: 0px;
	background-color: #482410;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #E0BEA9;
	text-decoration: underline;
}
a:visited {
	color: #451100;
	text-decoration: none;
}
