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