@charset "utf-8";
/* CSS Document */


body {
	background-color: #421D0F;
	margin-top: 7%;
	margin-bottom: 7%;
	height: 86%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7B2624;
}





#container {
	width: 800px;
	height: 595px;
	background-image: url(ennui_graphics/ennui.jpg);
	margin-left: auto;
	margin-right: auto;
}

#links {
	width: 201px;
	position: absolute;
	margin-top: 190px;
	margin-left: 15px;
	padding-top: 14px;
	text-align: center;
	height: 374px;
}

a {
	line-height: 3em;
	font-weight: bold;
	color: #7B2624;
	
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #7B2624;
}

a:hover {
	text-decoration: none;
	color: #5A1D1B;
	font-style: italic;
	font-size: 11px;
}

a:active {
	text-decoration: none;
	color: #5A1D1B;
	font-style: italic;
	font-size: 11px;
}
