*{
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

body{
	background-color: #FFBB33;
}

header,footer,.navigation{
	width: 100%;
	height: auto;
	background-color: #FF8800;
	text-align: center;
}

header,footer,.navigation *{
	color: white;
}

.title{
	text-align: center;
}

.title *{
	font-size: 40px;
}

.content{
	padding: 10px;
}

.content li{
	list-style: initial;
}

.content table{
	border-spacing: 10px;
}

.content td{
	vertical-align: top;
}

#werb{
	height: 100px;
	width: 100%;
	text-align: center;
}

button{
	color: black;
	padding: 5px;
}

address{
	font-size: 20px;
	font-style: normal;
}