body{
	font-family: Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family: Georgia, serif;
    font-size: 28px;
}
#header{
	width: 100%;
    text-align: center;
}
#wrapper{
	width: 75%;
	margin: 5px auto;
	padding: 50px 80px;
	border: solid 3px #000000;
	border-collapse: collapse;
	color: #5B5B5B;
    background:#CCFFCC;
}
.current {
	border-bottom: solid 3px white;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
}