
body {
	margin:0;
	padding:10px 50px;
	background:#F1EFE2;
	font-size: 1.4em;
	line-height: 1.3;
	font-family: georgia, "trebuchet ms", arial, serif;
}

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #345;
	text-align: center;
	font-size: 1.8em;
	text-shadow: 1px 1px #fff;
}
h2 {color: #678;
	text-align: center;
	text-shadow: 1px 1px #fff;
	font-size:1.1em;
}
table {
	display: table;
  	width: 25em;
  	border-collapse: separate;
  	border-spacing: 2px;
  	caption-side: bottom;
}
table caption {
  	color: #555;
  	font-style: italic;
  	padding: 10px;
  	border-bottom: 1px solid #ccc;
}


th {
  	text-align: left;
}
td:last-child, th:last-child {
  	text-align: right;
}
td, th {
  	padding: 6px 12px;
}
th+td+td {
	background: #6B9A49;
	color: #fff;
}
