body {
	background-color: black;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.splash {
	text-align: center;
	margin-top: 200px;
}

.splash img {
	margin-bottom: 200px;
}

.splash a {
	font-size: 24px;
}

.splash a:link, .splash a:visited, .menu a:link, .menu a:visited {
	color: #C85353;
}

.splash a:hover, .menu a:hover {
	color: white;
	background-color: #C85353;
}

.menu {
	border-top: #C85353 3px double;
	border-bottom: #C85353 3px double;
	padding: 2px 10px 2px 10px;
}

.menu a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
}

.news {
	margin: 40px;
	padding: 10px;
	width: 600px;
}

.news_date {
	color: #C85353;
	border-bottom: #C85353 solid 1px;
	font-size: 20px;
}

.news_text {
}

.page {
	margin: 40px;
	padding: 10px;
	width: 600px;
}

.page_num {
	color: #C85353;
	border-bottom: #C85353 solid 1px;
	font-size: 20px;
}

.page_nav {
	float: right;
}

.comic {
	padding: 10px 0px 0px 0px;
}

.comic_comments {
}

.characters {
	margin: 40px;
	padding: 10px;
	width: 600px;
}

.character_heading {
	color: #C85353;
	border-bottom: #C85353 solid 1px;
	font-size: 20px;
	padding: 20px 0px 0px 0px;
}

.character_name {
	color: #C85353;
	font-size: 17px;
	padding: 10px 0px 0px 0px;
}

.character_description {
	color: #CCCCCC;
	font-size: 14px;
}

.footer {
	text-align: center;
}