/* CSS Document */

body {
  margin-left: 25px;
  margin-top: 25px;
  background-color: #f9f9f9;
  color: #140c0a;
  font-family: Times New Roman, serif;
  font-size:85%;
  }

h1 {
	font-family: Times New Roman, serif;
	font-size: 120%;
	color: #877c6d;
  } 

h2 {
	font-family: Times New Roman, serif;
	font-size: 110%;
	color: #140c0a;
	margin-top: 20px;
	margin-bottom: 2px;
	border-top: thin solid #877c6d;
	width: 620px;
	padding-top: 5px;
  }   
  
h3 {
	font-family: Times New Roman, serif;
	font-size: 110%;
	color: #140c0a;
	margin-top: 20px;
	margin-bottom: 2px;
	border-top: thin solid #877c6d;
	width: 220px;
	padding-top: 5px;
  }   
        
.menucategory {
	width: 620px;
	text-align: left;
	color: #140c0a;
	background-color: #f9f9f9;
	font-size:110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
  }
 
  .menuitem {
	text-align: left;
	color: #140c0a;
	font-size:90%;
	padding-left: 0px;
	line-height: 125%;
  }
  
  .feature {
	width: 610px;
	text-align: left;
	color: #140c0a;
	font-size:90%;
	padding-left: 0px;
	line-height: 125%;
  }  
  
a:link {color: #140c0a}     /* unvisited link */
a:visited {color: #140c0a}  /* visited link */
