span,h1,h2,h3 {
	margin: 0px; 
	}


html {
	}


body {
	background-color:#8968CD;
	color: black;
	font-family: Comic Sans MS, Comic Sans, sans-serif;
	font-size: 14px;
	}
	
hr {
	clear: both;
	}
	
.banner {
	background-color: #EAADEA;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
	}
	
.banner a {
	color: black;
	text-transform: none;
	text-decoration: none;
	}	
	
.banner h1{
	font-size: x-large;
	}
	
.banner h2{
	font-size: small;
	}	
	
	
.entry {
	color: #EAADEA;
	font-weight: bold;
	padding: 5px;
	}	
	
	
.entry_date {
	}		
	
	
.entry_title {
	}		
		
	
.entry_comic {
	align: center;
	text-align: center;
	}	
	
.navigation {
	align: center;
	text-align: center;
	}		
	
.nav_option a {
	color: #EAADEA;
	padding: 10px;
	margin: 10px;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: large;
	font-weight: bold;
	}	

img {
	border: 1px solid black;
	}
	
.postcomic {
	padding-top: 10px;
	}	

.content {
	width: 65%;
	float: left;
	}	

.content_block {
	background-color: #EAADEA;
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
	text-decoration: none;
	}	
	
.content_header {
	background-color: black;
	color: white;
	padding-left: 3px;
	}	
	
.sidebar {
	width: 25%;
	float: left;
	background-color: #EAADEA;
	border: 1px solid black;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	}	

.comments-body {
	line-height: 100%;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #222222;
	}
	
.comments-post {
	}
	
table {
	border-bottom: 1px solid black;
	}