.options{
	border: 1px solid #000;
	width: 100%;
	margin: 20px 0;
	}

.options th{
	background: #7f3c35;
	}
	
	.options th h1{
		color: #FFFDB3; 
		display: inline;
		font-size: 18pt;
		line-height: 24pt;
		margin: 0 auto;
		text-align: center;
		font-weight: bold;
		}
	
	.options th h2{
		color: #e7e5a8;
		display: inline;
		font-weight: bold;
		}

.options td{
	font-size: 10pt;
	background: #eee;
	border: #666 1px solid;
	padding: 2px;
	}
	
	/*.options td:hover{
		background: #C4B68E;
		}*/
