body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	background-image: url(bg.png);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
img {
	border: none;
}
.content {
	font-size: 12pt;
	background-color: #FFFFFF;
	margin: 32px;
	padding: 16px;
	border: 1px solid #000000;
}
.footer {
	font-size: 8pt;
	text-align: center;
}
.comic {
	text-align: center;
}

.bottomlinks {
	padding-top: 16px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.nav {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #000000;
}
a:active {
	color: #666666;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
.date {
	font-size: 18px;
}
.title {
	font-size: 24px;
	font-weight: bold;
}