	td { 
		border: 1px solid #CCBC8F;
	}

	a {
		text-decoration: none;
	}

	a h1 { 
		text-decoration: underline;
	}
  
	h1 { 
		font-weight: normal;
		margin-top: 0;
	}

	a img {
		border: none;
	}

	a:visited { 
		color: #BFA260;
	}

	a:link { 
		color: #E6DFCF;
	}

	body {
		color: #D0E08F; 
		background-color: #807459; 
		text-align: center;
		font-family: sans-serif;
	}

	legend {
		color: #CCBC8F;
	}

	.menuon { 
		background-color: #CCBC8F;
		cursor: pointer;
	}
	
	.menuon a {
		color: #807659;
	}

	.borderoff { 
		border: 0px none ;
	}

	.padit { 
		padding: 5px;
	}

	.center{
		text-align: center;
	}

	.right
	{
		text-align: right;
	}

	.lists {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0pt;
		padding-left:40px;
	}

	.lists li {
		float:left;
		margin-bottom:5px;
		margin-right:10px;
	}

	#options li, .nofloat li {
		float:none;
	}

	.specials {
		margin: 20px auto;
		background: rgb(221, 221, 221);
		width: 200px;
		color: rgb(0, 0, 0);
		padding: 10px;
		height: 10em;
	}

	.specials  h1 {
		font-size: 1.5em;
	}

	.ordersum {
		padding-bottom: 10px;
	}

	.nolistimg {
		list-style-type : none;
	}

	.desclink:visited {
		color: #E6DFCF;
	}
	
	.mainlist {
		margin-top: 0;
	}
        
        #disclaimer {
                position: relative;
                margin-top: 2em;
                width: 100%;
                font-size: .75em;
        }