	body {
		position: 			absolute;
		top: 				0px;
		left: 				0px;
		right: 				0px;
		padding: 			0 0.7em 0 0.7em;
		margin: 			0px;
		border: 			0px;
		overflow:			auto;
		color:		                #000000;
		background-color: 	#fdfdfd;
		line-height: 13px;
		font-size: 11px;

}

.time {
        font-size: 1em;
	color: #3252B2;
	/*font-weight: bold;*/
        line-height: 3px;

}
.highlight {
	font-weight: bold;
	font-size: 1em;
	line-height: 3px;
	color: #820F1B;
}
.nick-op {
        font-size: 1em;
	color: #683E02;
	font-weight: bold;
        line-height: 3px;
}

.nick-op:hover, .nick-v:hover, .nick-n:hover, .nick-action:hover, .me:hover {
text-shadow: 3px 3px 5px;
}

.nick-v {
	font-size: 1em;
	color: #008B8B;
	font-weight: bold;
	line-height: 3px;
}
.nick-n {
	font-size: 1em;
	color: #888888;
	line-height: 3px;
}

.msg {
       font-size: 1em;
	color: #333333;
        line-height: 3px;
}
.nick-action {
        font-size: 1em;
	color: #008000;
	font-weight: bold;
        line-height: 3px;
}
.ident {
       font-size: 1em;
	color: #3B45FF;
        line-height: 3px;
}
.chanel {
        font-size: 1em;
	color: #FFA500;
	font-weight: bold;
        line-height: 3px;
}

.reason {
       font-size: 1em;
	color: #5F9EA0;
	font-weight: bold;
        line-height: 3px;
}

.left {
       font-size: 1em;
	color: #FF2E2E;
        line-height: 3px;
}
.join {
        font-size: 1em;
	color: #04C70B;
        line-height: 3px;
}
.mode { 
        font-size: 1em;
	color: #1100FF;
        line-height: 3px;
}
.kick {
       font-size: 1em;
	color: #FF0000;
        line-height: 3px;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.blod {
	font-weight: bold;
}

.me {
	font-size: 1em;
	color: #0011FF;
	line-height: 3px
}

a, a.link, a.link:link, a.link:visited {
color:  		#3252B2;
font-weight:		normal;
text-decoration:	underline;
}

a:hover {
color:			#8262C2;
text-decoration:        none;
text-shadow:		2px -2px 3px;
}


pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
