body {
	background-color: #7e9a94;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.side_menu {
	width:170px;
	background-color:#372515;
	background-image: url('../images/brown table background.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
}
.side_menu a {
	width:170px;
	color:white;
	font-size:18px;
	text-decoration:none;
}
.side_menu a:hover {
	color:skyblue;
	text-decoration:none;
}

.toplinks {
	text-align:right;
	padding-right:20px;
	padding-bottom:5px;
}
.toplinks a {
	color:#000000;
	text-decoration:none;
}
.toplinks a:hover {
	color:skyblue;
	text-decoration:none;
}
.center {
	text-align:right;
	padding-right:20px;
	padding-bottom:5px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	color: #009933;
}
a {
	color: #1874CD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}