body {
	background-color: black;
	color: white;
	text-align: center;
}

.contentDiv {
	margin-left: auto;
	 margin-right: auto;
	text-align: center;
	width: 550px;
}

.comicTable {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.darkGrey {
	color: #FFFFFF;
	font-family: Optima;
	border-width: 0;
	border-color: #4B4B4B;
	background-color: #4B4B4B;
}

.lightGrey {
	color: black;
	font-family: Optima;
	background-color: #999999;
}

.newsStyle {
	text-align: left;
	font-size: 14px;
}

.copyrightStyle {
	text-align:center;
	color: white;
	font-size: 12px;
}

.titleStyle {
	text-align: left;
	font-size: 18px;
}

.comicNav {
	text-align: right;
	font-size: 18px;
}

.siteNav {
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	font-family: Impact;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: white;
}

.indexTable {
	text-align: left;
	width: 100%;
	border-collapse:collapse;
	border: 0px none;
}

.indexOddRow {
	background-color: #696969;
}
