body {
		padding: 0 50px;
		background:#F1EFE2;
		font-size: 1.4em;
		font-family: georgia, "trebuchet ms", arial, serif;
	}
h1 {
		margin-top: 20px;
		margin-bottom: 40px;
		color: #345;
}
h2 {color: #678;text-align: center;text-shadow: 1px 1px #fff;font-size:1.1em}
.tab { 
		width: 800px;
        margin: 0; 
        padding: 0; 
      } 

.tab li {
		
} 
.tab li+li+li {
		background: #6B9A49;
		list-style: none;
        padding: 10px;
        margin: 0 0 4px 0;
        border: 3px solid #fff;
		-moz-border-radius: 10px; 
        -webkit-border-radius: 10px; 
        -o-border-radius: 10px; 
        border-radius: 10px; 
        color: #fff; 
}
