@CHARSET "ISO-8859-1";

body,html {
	background-color: #482307;
	color: white;
	font-family: sans-serif;
	height: 100%;
	margin: 0px;
	padding: 20px;
}

a {
	text-decoration: none;
	color: White;
	font-size: 12pt;
	font-weight: bold;
}

a:hover {
	background-color: #cc6600;
}

#image_box {
	float: right;
	padding-left: 50px;
}
