a {
	text-decoration: none;
	color: #CC0000;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #494949;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
b {
}
blockquote {
	font-size: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html,
body {
	height: 100%;
	margin: 0px;
}
body { /* can also be whatever container */
	display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
img {
	padding: 0px;
	margin: auto;
}
.img-comic {
	width: 575px;
	min-height: 520px;
}
p {
	margin: 0px 0px 2px;
}
strong {
}
td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
}
.td-button {
	vertical-align: top;	
}
table {
	margin: auto;
	width: 100%;
}
.table-whole {
	border: 0px none;
	width: 655;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tr-middle {

}
.tr-button {
	width: 40px;
}
.td-center {
	width: 575px;
}
.tr-logo {
	height: 45px;
}
.tr-header {
	height: 20px;
}
.tr-footer {
	height: 40px;
	padding-bottom: 20px;
}
.tr-footer td {
	vertical-align: top;
}
.tr-ads {
	height: 80px;
}
.tr-social {
	height: 80px;
}
.tr-bottom {
	padding-bottom: 0px;
}
.tr-comic {
	
}
.tr-comic img {
	-ms-interpolation-mode: nearest neighbour;
	image-rendering: pixelated;
	width: 575px;
}
.tr-counter {
	height: 25px;
}
.tr-heading {
	text-align: center;
	vertical-align: top;
	padding: 10px 20px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.tr-body {
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 75px;
	text-align: justify;
	vertical-align: top;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
