/* CSS Rules for the Hiatus Notice for my comics */
/* Thinkin' Lincoln & Creep House */
/* By Miles Grover */

/* Housekeeping */
html, body, form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* General Rules */
body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	background-color: #e1dacc;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	padding: 20px 40px;
	margin: 0;
	font-size: 45px;
	text-align: center;
	color: #fff;
	background-color: #c00;
}

/*h1 span {
	display: block;
}*/


.head2 {
	
}

h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 35px;
	text-align: center;
	color: #fff;
	background-color: #7d5e19;
	padding: 10px 20px;
	margin: 30px 0 10px 0;
}

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

a:hover {
	text-decoration: underline;
}

p {
	line-height: 22px;
}

p span {
	font-variant: small-caps;
	font-size: 22px;
}

li {
	padding-bottom: 15px;
}

/* Structural Rules */
#wrapper {
	width: 600px;
	background-color: #fff;
	border: 1px solid #c5b38b;
	padding: 15px 15px;
	margin: 20px auto;
}