@charset "UTF-8";
.container {
	position: relative;
	height: 600px;
	width: 800px;
	background-image: url(Images/corkboard.png);
	border: thick solid #4F2700;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
body {
	background-color: #1E0005;
}
body,td,th {
	color: #FFFFCC;
}
a:link {
	color: #660000;
}
a:hover {
	color: #660000;
}

