<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* full body style */
body  {
        scrollbar-face-color:#F2F2F2;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#C0C0C0;
        scrollbar-shadow-color:#E1E1E1;
        scrollbar-darkshadow-color:#C0C0C0;
        scrollbar-track-color:#F2F2F2;
        scrollbar-arrow-color:#FF941C;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
		background-color:#F2F2F2;

	}

#chatbox {
border-width:1px;
border-color:#999999;
}

#mainbox {
border-width:1px;
border-color:#999999;
}
/* general table style */
td{font-family: Arial, Verdana, Serif; font-size: 9pt; font-weight: 100; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal; }
/* last shout table style */
#tdl{background: #E1E1E1;}
/* counter chars table style */
#tdc{background: #FFFFFF;}
/* table 1 bg */
#tdbg1{
	background-color: #FFFFFF;
}
/* table 2 bg */
#tdbg2{
	background-color: #FFFFF1;
}
/* view all table 1 style */
#tdbg3{background-color: #FFFFFF;}
/* view all table 2 style */
#tdbg4{background-color: #FFFFFF;}
#tdhelp{border-bottom: 1px solid #C0C0C0;}
/* input items style */
input {
border-left: 1px solid #DEDEDE; border-right: 1px solid #DEDEDE; border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE;
font-family: Verdana, Serif; font-size: 9pt; font-weight: 100; font-style: normal; text-decoration: none; text-transform: none;
color: #000000; background: #FFFFFF;
}
/* font tag style */
font{font-family: Arial, Verdana, Serif; font-size: 9pt; font-weight: 100; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal;}
/* links style */
a:link  {
	color : #0099FF;
	text-decoration : none;
}

a:visited  {
	color : #0099FF;
	text-decoration : none;
}

a:active  {
	color : #0099FF;
	text-decoration : none;
}

a:hover  {
	color : #FF0000;
	text-decoration : none;
}

.date{
	font-size:6pt;
	text-align:right;
	color: #00CCFF;
}
</pre></body></html>