/* TEXT */
font: 10px tahoma


.onblack
{font: 12px tahoma; color: #FFFFFF; margin-left: 3px; margin-bottom: 3px}
.side
{font-family: tahoma, trebuchet ms, arial, sans serif;
margin-left: 3px; margin-bottom: 1px;
font-size: 10px}
.normal
{font-family: tahoma, trebuchet ms, arial, sans serif;
margin-left: 3px; margin-bottom: 1px;
font-size: 12px}

/*THANKS XF*/

#thanks {
width:600px;
border:3px double black;
text-align:left;
}

.thx_popup
{font-family: tahoma, trebuchet ms, arial, sans serif; margin: 3px; font-size: 12px;}

/* LINKS */

a {text-decoration: none; color: #336699}                     /* general */
a:hover {color: #333333; cursor: crosshair}                   /* mouseover link */
a:active {color: #99ccff}			              /* active link */

/* ETC */

body {
scrollbar-face-color: #ffffff; 
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: "#000000";
}

title {
border-style: solid;
border-width: 1px;
border-color: #000000;
background-color: #CCCCFF;
font-family: tahoma, trebuchet ms, arial, sans serif;
font size: 8px;
font-color: #000000;
}

img {border: 0}


