@import url("reset.css");

body {
	font-family: Georgia, 'Lucida Sans', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
}

#content {
  width: 30%;
	margin: 3em auto;
	font-size: 3em;
	text-align: center;
	line-height: 1.3em;
	color: #333;
	padding: 1em;
}

a {
	color: #333;
	text-decoration: none;
}

