BODY {
	background-color: #6CCBFF;
}

TABLE.comic {
	border-collapse: collapse;
	background-color: #6CCBFF;
	width: 800px;
}

TD.comichead {
	border: 0px solid #CC1100;
	background-color: #6CCBFF;
	padding: 4px;
	text-align: center;
	color: #CC1100;
	font-size: 1.2em;
}

TD.comicbody {
	border: 0px solid #CC1100;
	background-color: #6CCBFF;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	color: #CC1100;
}

TD.comicad {
	border: 0px solid #CC1100;
	background-color: #6CCBFF;
	padding: 4px;
	text-align: center;
	width: 168px;
	height: 608px;
	vertical-align: top;
}

a.Catlink {
	color: #6600FF;
	text-decoration: none;
	font-family: "Sans Serif";
	font-weight: bold;
	font-style: italic;
	
}
a.Catlink:hover {
	color: #FF3300;
	text-decoration: none;
}	
	.MainPageHeader {
	font-family: "Sans Serif";
	vertical-align: top;
	text-align: center;
	
}

div.MainPageContainer {
	border: 4px solid;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 854px;
	background-color: #000000;
	background-image: url(graphics/MockBG.jpg);
}


.Container {
	text-align: center;
}

.sfgames {
	background-color: #FFFFFF;
	height: 20px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
div.CatBox {
	background-color: #996600;
	height: 80px;
	width: 140px;
	text-align: center;
	border: 4px solid #000000;
	}

td.CatBoxTD {
	height: 76px;
	vertical-align: middle;
}

td.ComicGrid {
	padding: 4px;
	font-size: .9em;
	vertical-align: top;
}

.AdBlock {
	background-color: #996600;
	text-align: center;
	clear: left;
	float: right;
	height: 680px;
	width: 164px;
	border: 4px solid #000000;
	border-right: 0px;
	vertical-align: top;
}
.footer {
	font-family: "Sans Serif";
	font-size: x-small;
	text-align: center;
	color: #CC1100;
}
.Catname {
	font-family: "Sans Serif";
	font-size: xx-large;
	color: #CC1100;
}

h1.GameHead {
	font-family: "Sans Serif";
	font-size: xx-large;
	color: #CC1100;
}

A.gamelink {
	color: #CC1100;
	text-decoration: none;
}

.GameDescription {
	color: #CC1100;
}

.GameCopyright {
	color: #CC1100;
}