@charset "utf-8";
/* CSS Document */

body {
	background-color: #E9E0CF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
h1 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 20px;
}
h2 {
	font-size: 12px;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
p {
	font-size: .75em;

}

