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


#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 225%
}

p {
	margin: 0 auto;
}