/* TEXT */
div {margin-left: 1em}

.table
{font: 12px; font-family: trebuchet ms, tahoma, verdana, arial; color: #000000}
.tiny_table
{font: 9px; font-family: trebuchet ms, tahoma, verdana, arial; color: #000000}
.large_table
{font: 16px; font-family: trebuchet ms, tahoma, verdana, arial; color: #000000}
.tiny_bg
{font: 9px; font-family: trebuchet ms, tahoma, verdana, arial; color: #FFFFFF}
.bg
{font: 12px bold; font-family: trebuchet ms, tahoma, verdana, arial; color: #FFFFFF}

/* LINKS */

a {text-decoration: none; color: #0033CC; cursor: crosshair}  /* general */
a:visited {color: #666699}                                    /* visited link */
a:hover {color: #990033}                                      /* mouseover link */
a:active {color: #990033}						  /* active link */

/* ETC */

body {
scrollbar-face-color: #000000; 
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: "#ffffff";
}

img {border: 0}
area {cursor: crosshair)


