body {
	background-color: #FCF;
	font-family: Verdana, Geneva, sans-serif;
}
.comics {
	border: thin solid #666;
	margin-bottom: 25px;
	margin-left: 25px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	background-color: #00F;
	color: #FCF;
	text-indent: 25px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-top-color: #FCF;
	border-bottom-color: #FCF;
	border-bottom-style: dotted;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-indent: 400px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.comicsbottom {
	border: thin solid #666;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
a {
	color: #300;
	font-family: "Courier New", Courier, monospace;
	position: relative;
}
