body{
	background-color: #fff9e6;
}

a, .button{
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 8px;
	text-decoration: none;
	background-color: #cc9900;
	color: white;
}

select{
	margin: 5px;
	margin-bottom: 7px;
}

ul{	
	background-color: black;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: x-large;
}

li{
	display: block;
	float: left;
	border-right-color: black;
	border-right-style: solid;
}

.whitebackground{
	display: block;
	background-color: white;
	padding-left: 7px;
	padding-right: 3px;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
}

.vertical{
	float: none;
	border-style: none;
	line-height: 2;
}

.center{
	position: absolute;
	right: 50%;
	width: 25%;
}

.round{
	border-radius: 20px;
}

#noback{
	background-color: lightgray;
}

