body { text-align: center; }
div { text-align: center; }

select {
	background:#699DB6;
	border:2px solid;
	border-color: gray;
	border-radius: 5px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	font-size:large;
	padding: 5px 10px;
	color: #FFF;
}

table {
	font-size:xx-large;
	table-layout: fixed;
	margin-bottom:15px;
	margin-top:30px;
	width:20%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	}

	table td,
	table th {
		padding:10px;
		border:1px solid;
		border-width:0 medium medium 0;
		}

	tbody td {
		text-align:center;
//		background:gold;
		background:#699DB6;
		}

button {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 15px;
	border-radius: 5px;
	border-bottom-width: 3px;
	background-color: #699DB6;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	color: #FFF;
}