body {
	background-color: #cc905a;
}

.container {
	background-color: #fff;
}


tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none repeat scroll 0 0 #fff;
}

h1, h2 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 2em;
	padding-top: 1em;
}

h2 {
	font-size: 1.8em;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
}

a {
	color: #6b2f15;
}