body{
	    font: .875em/1.35 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}
h1, h2, h3{
	font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 17px;
}
.content{

	float: left; margin-left: 50px; padding-left: 26px; padding-top: 10px; max-width: 600px; margin-right: 15px;
}
.sample{
	font-family: consolas; font-size: 16px;
	background: #ebfae1;
	padding: 5px;
	box-shadow: 
}
.valtab tr:nth-child(2n){
	background: #ebfae1;
}
.valtab tr td, .valtab tr th{
	padding: 5px;
}
.valtab tr:nth-child(2n +1){
	background: #e0f2d4;
}