body, html {
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    background: #fffaff;
    text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
       
.tabs input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
      
.tabs {
	width: 750px;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 75px auto;
}

.tabs li{
	float: left;
}

.tabs label {
	display: block;
	padding: 10px 20px;
	border-radius: 2px 2px 0 0;
	color: #08C;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font: normal 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.tabs label:hover {
	background: rgba(255,255,255,0.5);
	top: 0;
}
       
[id^=tab]:checked + label {
	background: #08C;
	color: white;
	top: 0;
}
       
[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
}

.tab-content{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 20px;
	line-height: 140%;
	padding-top: 10px;
	background: #fffaff;
	padding: 15px;
	color: white;
	position: absolute;
	top: 53px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.header{
	text-align: center;
	width: 850px;
	position: relative;
	font: 40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 59px auto -25px;
}

.footer{
	text-align: center;
	width: 650px;
	position: relative;
	font: 40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 59px auto -25px;
}

/* old stuff */
li{
	color: #000;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.server_block {
	border: 1px solid gray;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	color: #000;
	background-color: #f9fef9;
}

.page_block {
	border: 5px solid #000;
	padding: 10px;
	display: block;
	color: #000;
	background-color: #ffb13f;
}

.headline {
	color: #000;
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
}

.page_title {
	color: #000;
	font: normal 24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sub_headline {
	color: #000;
	font: italic bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px none #000;
	margin-bottom: 20px;
}

.site_link{
	color: #000;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}