#link {
	background: #222222;
	color: #dddddd;
	border: 1px dotted #aaaaaa;
	padding: 2px;
	width: 24em;
	font-size: small;
}

.comic {
	border: 1px dotted #444444;
	padding: 8px;
	position: relative;
	margin-bottom: 12px;
}

.comic_entry {
	padding-left: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 4px;
	border-left: 1px solid #ffff99;
}

.entry_header {
	padding-bottom: 12px;
}

.comic_name a {
	color: #ffff99;
	text-decoration: none;
	border: none;
}

.comic_name a:hover {
	color: #ffff00;
	text-decoration: underline;
}

.comic_entry .comic_title {
	font-size: 150%;
	padding-bottom: 8px;
}

.comic_entry .comic_updated {
	font-size: small;
}

.basic_description {
	font-size: 80%;
}

.basic_description a {
	color: #ffff99;
	text-decoration: none;
}

.basic_description a:hover {
	color: #ffff00;
	text-decoration: underline;
}

.pagenav {
	text-align: center;
	font-size: large;
}