
a:link{
	color:#ffcc33;
	text-decoration: none;
}
a:hover {
	color: #ffbf00;
}
a:visited {
	color: #ffbf00;
}
a:active {
	color: #fff;
}

.b{
	font-weight:bold;
}

.b1grey{
	border:1px solid #444;
}
.b1greybottom{
	border:1px solid #444;
}

.bgblack {
	background-color:#000;
}
.bgblue{
	//background-color: #74B1DE;
	background-color: #8eaacd;
	//background-color: #8aa0bc;
}
.bgdgrey {
	background-color:#111;
}
.bgltgrey {
	background-color:#bbb;
}
.bgred{
	background-color:#d60e01;
}
.bgyellow{
	background-color:#f0b849;
}
.bgwhite{
	background-color:#fff;
}

body{
	font-family: Arial, Verdana, Tahoma;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	color: black;
//	background-color: #f0b849;
	scrollbar-base-color: #888888;
	scrollbar-arrow-color: red;
	background-color:#fff;
}

.buttonu {
	height:22px;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	border:1px #fff solid;
//	margin:2px;
	padding:2px 5px 2px 5px;
}

.button-silver {
	border:1px solid #111;
	padding: 0px 5px 0px 5px;
	color:#000;
	text-decoration:none;
	text-shadow: 1px 1px 1px #444;
	background-color:#b4b4b4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), 
	color-stop(50%,#9a9a9a), color-stop(51%,#6d6d6d), color-stop(100%,#cbcbcb));
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

#commentbox {
	width:70%;
	height:120px;
	border:1px solid #333;
	margin:8px;
}
.commentboxcontainer {
	text-align:center;
	background-color:#222;
	border-top:1px dashed #999;
	width:100%;-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.c333{
	color:#333;
}
.c666{
	color:#666;
}
.cred{
	color:#d60e01;
}
.cwhite{
	color:#fff;
}
.dgrey {
	color:#555;
}

.dnone {
	display:none;
}

.ellipsis {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}


.f8 {
	font-size:8px;
}
.f10 {
	font-size:10px;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}

.fantasy_comics{
	font-family: Arial, Verdana, Times New Roman;
	font-size=12: #333333;
}

.fantasy_comic_link{
	font-family: Tahoma, Arial, Verdana; 
	font-size=10: #333333;
}

.fcenter {
	float:center;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.greywinheader{
	border:1px solid #555;
	border-bottom:0px;
	//padding: 0px 5px 0px 5px;
	color:#ccc;
	text-decoration:none;
	text-shadow: 1px 1px 1px #333;
	background-color:#7b7b7b;
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), 
	//color-stop(50%,#9a9a9a), color-stop(51%,#6d6d6d), color-stop(100%,#cbcbcb));
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	text-align:left;
	vertical-align:middle;
	height:18px;
	margin:0px;
}
.greywin{
	border:1px solid #555;
	border-top:0px;
	//padding: 0px 5px 0px 5px;
	color:#333;
	text-decoration:none;
	background-color:#f5f5f5;
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), 
	//color-stop(50%,#9a9a9a), color-stop(51%,#6d6d6d), color-stop(100%,#cbcbcb));
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-align:left;
	vertical-align:middle;
	margin:0px;
}

h1{
	font-size:20pt;
	margin:4px;
}
h2{
	font-size:15pt;
	margin:4px;
}
h3{
	font-weight:normal;
}
.h100{
	height:100%;
}
.h100px {
	height:100px;
}

html, body {
	margin: 0 0 0 0;
	width:100%;
	height:100%;
}

img{
	display:block;
}

.inline {
	display:inline-block;
}

.lgrey {
	color:#aaa;
}

.m0 {
	margin:0px;
}
.m5 {
	margin:5px;
}
.m10 {
	margin:10px;
}
.m15 {
	margin:15px;
}
.m20 {
	margin:20px;
}
.m0auto {
	margin:0px auto 0px auto;
}
.m5auto {
	margin:5px auto 5px auto;
}
.m10auto {
	margin:10px auto 10px auto;
}

.mbottom5 {
	margin-bottom:5px;
}
.mbottom10 {
	margin-bottom:10px;
}

.mleft0 {
	margin-left:0px;
}
.mleft5 {
	margin-left:5px;
}
.mleft10 {
	margin-left:10px;
}
.mleft15 {
	margin-left:15px;
}


.mright5 {
	margin-right:5px;
}
.mright10 {
	margin-right:10px;
}

.mtop0 {
	margin-top:0px;
}
.mtop5 {
	margin-top:5px;
}
.mtop10 {
	margin-top:10px;
}
.mtop20 {
	margin-top:20px;
}

.mtopneg20{
	margin-top:-20px;
}

.minh{
	min-height:1000px;
}
.minh210{
	min-height:210px;
}

.ohidden {
	overflow:hidden;
}

.p0 {
	padding:0px;
}
.p5 {
	padding:5px;
}
.p8 {
	padding:8px;
}
.p1060 {
	padding:10px 60px;
}
.p20 {
	padding:20px;
}
.p2060 {
	padding:20px 60px;
}

.pabsolute {
	position:absolute;
}
.prelative {
	position:relative;
}

.pbottom5 {
	padding-bottom:5px;
}
.pbottom10 {
	padding-bottom:10px;
}
.pright10 {
	padding-right:10px;
}
.ptop5 {
	padding-top:5px;
}
.ptop10 {
	padding-top:10px;
}
.ptop20 {
	padding-top:20px;
}

.rounded {
 	-webkit-border-radius: 10px 10px 10px 10px;
	-mozilla-border-radius: 10px 10px 10px 10px;
}
.roundedbottom {
 	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.shadow {
	-webkit-box-shadow: 4px 4px 3px #111;
}

.tablecell {
	display:table-cell;
}

.tcenter {
	text-align:center;
}
.tleft {
	text-align:left;
}
.tright {
	text-align:right;
}

.tdnone {
	text-decoration:none;
}

.textred{
	color: #0099FF;
}

.textgrn{
	color: black;
	background-color: #74B1DE;
}

.vbottom {
	vertical-align:bottom;
}
.vmiddle {
	vertical-align:middle;
}
.vtop {
	vertical-align:top;
}

.w40px {
	width:40px;
}
.w50px {
	width:50px;
}
.w60px {
	width:60px;
}
.w70px {
	width:70px;
}
.w120px {
	width:120px;
}
.w180px {
	width:180px;
}
.w200px {
	width:200px;
}
.w240px {
	width:240px;
}
.w750 {
	width:750px;
}
.w20 {
	width:20%;
}
.w90 {
	width:90%;
}
.w100 {
	width:100%;
}

.webcomics{
	font-family: Arial;
	font-size=16: black;
}

.z10 {
	z-index:10;
}