body {
	background-color:#000000;
	background-image:url('/images/index-bg.jpg');
	background-repeat:repeat-x;
}
table, tr, td {
	scrollbar-base-color : #ffffff;
        scrollbar-face-color: #000000;
        scrollbar-shadow-color: #ffffff;
        scrollbar-highlight-color: #ffffff;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #000000;
        scrollbar-track-color: #000000;
        scrollbar-arrow-color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
}
a:link{
        color : blue;
        text-decoration : none;
}

a:visited{
        color : blue;
        text-decoration : none;
}

a:hover{
        color : red;
        text-decoration : none;
}

a:active{
        color : blue;
        text-decoration : none;
}

