/* CSS Document */

Body {background-color: Black;}

TD {font-family: "Tahoma", Arial, Helvetica, sans-serif; }

a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;

}
a:hover {
	font-weight: bold;
	color: #6633FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6633FF;
	text-decoration: none;
}

.w3-content {margin: auto; max-width:1024px;position:relative;}

.menuBox {border: 1px solid gray; width:}

.titleTable {max-width: 1042px; width: 80%; padding: 8px; background-color: black; }

.titleTd {text-align: center; border: 1px solid gray; color: Orange; font-size: 18px; font-weight: bold; background-color: black; max-width: 100%; width: 100%;}

.creditsTd {font-weight: bold; font-size: 12px; background-color: black; color: gray; center; border: 1px solid gray; white-space: nowrap;}

.creatorName { color: white;}

.fb-btn-floating {cursor: pointer; padding-top: 20px; padding-bottom: 20px; padding-left: 8px; padding-right: 8px; background: rgba(255,255,255,0.5); border: 2px solid rgba(255, 140, 0, .75); font-size: 18px; color:}

.webComicsMenu {background-color: #111; border: 1px solid #333; padding: 2px; max-width: 1024px; width: 100%;}

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: 100%;
}