   A:link    {text-decoration: none;
              color: #81704f; }
   A:visited {text-decoration: none;
              color: #81704f; }
   A:active  {text-decoration: none;
              color: #81704f; }
   A:hover   {text-decoration: none;
              color: #3d3a35;}

	body {
		margin: 0px;
		background: #b2a894;
		}
	
	td {
		font-family: Verdana, Helvetica; 
		font-size: 10px; 
		line-height: 15px; 
		color: #343434;
		}

	.menutitle {
		font-family: Verdana, Helvetica; 
		font-size: 15px; 
		line-height: 20px; 
		color: #9b5e25;
		}

	.dish {
		font-family: Verdana, Helvetica; 
		font-size: 10px; 
		line-height: 15px;
		font-weight: bold;
		color: #9b5e25;
		}

	.index {
		font-family: Verdana; 
		font-size: 12px; 
		line-height: 15px;
		}	


	.footer {
		font-family: Verdana, Helvetica; 
		font-size: 9px; 
		line-height: 14px; 
		color: #d5ccbb;
		}

	td.top { 
		background: url(../images/top_bg.jpg); 
		} 

	td.menu { 
		background: url(../images/menu_bg.jpg); 
		} 

	td.main { 
		background-color: #d5ccbb;
		background: url(../images/main_bg.jpg);
		background-repeat: repeat-x;
		} 

	td.main2 { 
		background: url(../images/main_orchid.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		} 

	td.devider {
		height: 1px;
		background: url(../images/dash.gif);
		background-repeat: repeat-x;
		} 