body {
	margin: 0px;
	background-color: #FDF0E2;
}

.menu_item {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
}

.menu_item a:link, .menu_item a:visited {
	color: #37150B;
	text-decoration: none;
}

.menu_item a:hover {
  text-decoration: none; 
  color: #93441D;
}

div.footer {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
	text-align: center; 
  letter-spacing: 0px;
	color: #341500;
	padding: 5px 0px 0px 0px;
}

div.footer a:link, div.footer a:visited {
  text-decoration: none; 
  color: #341500;
}

div.footer a:hover {
  text-decoration: none; 
  color: #93441D;
}


