<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

p,td,tr,div,html
{
font-size:14px;	
}


h2
{
font-size:x-large;
font-family:Georgia;
}

.username
{
font-size:xx-large;
font-family:Georgia;
color:#663333;
font-weight:bold;
}

.realname
{
font-size:medium;
font-family:Georgia;
color:black;
font-weight:normal;
}

.thetextbox
{
font-size:10px;
font:Arial, Helvetica, sans-serif;
color:black;
font-weight:normal;
}

.italic
{
font-style:italic;
color:#999999;
text-align:left;
font-family:Georgia;
}

.smallbot {
position:fixed;
width: 100%;
background:#FFFFFF;
bottom:0px;
left:0px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;font-size: 8pt; 
color: black; 
}

.printbot{
urlfilter:alpha(opacity=80);opacity:0.80;
position:fixed;
background:#FFFFFF;
bottom:0px;
right:0px;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;font-size: 8pt; 
color: black; 
}</pre></body></html>