body {
	background-color: #eeeeee;
	font-family:  Arial, sans-serif;
	font-size: 8pt;
	color:#ffffff;
}

td {
	font-family:  Arial, sans-serif;
	font-size: 8pt;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color:#ffff66;
}

a:hover {
	text-decoration: none;
	color:#ff0000;
}

#outer {
	position:absolute;
	left:0;
	top:5%;
	width:100%;
	height:485;
	border-top:5px solid black;
	border-bottom:5px solid black;
	background-color:#D9C9C1;
}

#content {
	width:703;
	height:485;
	border-left:2px solid black;
	border-right:2px solid black;
	background-image:url(wood.jpg);
}
