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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(wood41.jpg);
	color: #00F;
}

p {
	font-size: 18px;
	color: #000;
}

h4 {
	font-size: 14px;
	padding: 5px;
}

/* controls the placement of selectable items */
#menu{
	background-color: #FFF;
	text-align: center;
	margin: 2px;
	float: left;
	width: 116px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #000;
	border: medium outset #930;
}

#info{
	background-color: #FFF;
	text-align:center;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border-right-color: #;
	padding: 5px;
	border: thick outset #930;
}

#outsideTable{
	background-color: #FFF;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border: thick outset #930;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	text-align: center;
}

a:link {
	color: 000000;
	text-decoration: none}
	
a:hover {
	font-weight: bold;
	text-decoration: none}
	
a:active {
	color: #000000;
	text-decoration: none}
	
a:visited {
	color: #999999;
	text-decoration: none}
