@charset "utf-8";
/* -- Home Page Style Sheet */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #bde7ab;
	}
a:link,
a:visited {
	color: #ce797c;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

#wrapper {
	margin: 20px auto;
	width: 780px;
	text-align: center;
	}
#entry-image img {
	border: none;
	}
#content {
	font-size: 1.2em;
	}