BODY {
	BACKGROUND-COLOR: #ececec;
	text-align: center;
}
@font-face {
  font-family: simbiot;
  src: url('Simbiot.ttf');
}
@font-face {
  font-family: hshadows;
  src: url('HeraldicShadows.otf') 
}
@font-face {
  font-family: lora;
  src: url('Lora-Regular.ttf') 
}
H2 {
font-family:hshadows;
}
.title_main {
	font-family:simbiot;
	size: 20px;
	font-weight:normal;
	margin-bottom:0px;
}
.prevnext {
	font-size: 12px;
	margin:5px;
	font-family:simbiot;
}
.comic_page {
	padding:1px;
	border: 1px solid #AAAAAA
}
.input {
	padding: 5px;
	font-family: verdana;
	font-size: 12px;
	margin: 5px;
}
.instant {
	margin-top: 50px;
}
.instant_comments {
	margin-top: 25px;
	width: 70%;
}
.instant_error {
	text-align: center;
	font-size: 7pt;
	font-family:tahoma;
}
.instant_comment {
    font-family: lora;
	padding: 10px;
	text-align: left;
    line-height: 1.5em;
}
.instant_comment2 {
    font-family: lora;
	padding: 10px;
	border-bottom: 1px dotted #AAAAAA;
	text-align: left;
    line-height: 1.5em;
}
.instant_comment_poster {
	font-size: 8pt;
	font-family:tahoma;
	float: right;
	padding: 5px;
}
.instant_form {
	width: 50%;
	border: 1px dotted #AAAAAA;
}
.post_link {
	font-size: 20px;
	margin: 5px;
}
.undertitle {
	margin:10px 0 35px 0;
	font-size: 15px;
}
.undertitle .separator {
    margin: 0px 10px;
    color: red
}
.undertitle a {
	font-family: hshadows;
}
.undertitle a.current {
	border-bottom: 1px solid red;
    padding-bottom: 1px;
}
.footer {
	margin-top: 100px;
}
.closed {
	display: none;
}
.faint {
	color: #CCCCCC;
}
.tiny_text {
	font-size: 7pt;
	font-family:tahoma;
}

/* LINKS */

A:link {
	COLOR: #4E5884; TEXT-DECORATION: none
}
A:visited {
	COLOR: #4E5884; TEXT-DECORATION: none
}
A:active {
	COLOR: #4E5884; TEXT-DECORATION: none
}
A:hover {
	FILTER: none; COLOR: #9890C9; TEXT-DECORATION: none
}
