body{
	font-family: 'Century Gothic', sans-serif;
    color: #3f515b;
}
/**
.container{
    width: 800px;
    margin: 0 auto;
} **/


		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background:#e5e4e4;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #e5e4e4;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

.tab-content h3 {
    color:#16216a;
    font-weight: 600;
}