#wrapper {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 20px;
	border-left: 1px solid #8c1825;
	border-right: 1px solid #8c1825;
}
body {
	color: #8c1825;
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
h1 {
	color: #a0051a;
	font-size: 2em;
	letter-spacing: 3px;
	text-align: center;
	font-family: "Felix Titling", Papyrus, fantasy;
	padding: 4px;

}
h2 {
	font-size: 1.85em;
	text-align: center;
	font-family: "Felix Titling", Papyrus, fantasy;
	margin: 5px 0 3px 3px;
}
h3 {
	font-size: 1.85em;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1.5em;
	text-align: center;
	margin: 0 3px 0 3px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
ul {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
li {
	font-size: 1.65em;
	margin-top: 0;
	margin-bottom: 5px;
	list-style-type: none;
}
a:link {
	color: #ff1811;
	text-decoration: none;
}
a:visited {
	color: #be4b58;
	text-decoration: none;
}
a:hover {
	color: #591512;
	text-decoration: underline;
}
a:active {
	color: #f00;
	text-decoration: underline;
}
.fantasy {
	font-family: "Felix Titling", Papyrus, fantasy;
	padding-bottom: 4px;
}
.comment1 {
	font-family: cursive;
	font-size: 1.4em;
	color: #000;
	text-align: left;
	border-bottom: none;
}
.comment2 {
	font-family: cursive;
	font-size: 1.2em;
	color: #000;
}

