body {
	font-family: Arial, Helvetica, sans-serif;
}

#page	{
	width: 400px;
	text-align:center;
	margin:10px auto 10px auto;
	}
#content {
	text-align:left;
	border:1px solid #671413;
	}
h1,h2 {
	background-color:#671413;
	color:#decdcd;
	margin:0;
	}
h1 {
	border-bottom: 2px solid #fff;
	}
p {
	margin-left: 5px;
	}