/* Companion Custom CSS over-rides for [ Rabzilla ]: ComicPress - 2.8 */

<style type="text/css">
<!--
a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #008000; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }
-->
</style>

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #333;
	background: #000000 url('images/bgs/background.png') top repeat-x; 
	z-index: 0;
}
.bypostauthor { background: #fdfdf4; }

#comic {
padding: 0 0;
}

img {
max-width: 100%;
}
