BODY{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 0px;
    background-color:#000000;
    scrollbar-face-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #5F5E5E;
    scrollbar-base-color: #5F5E5E;
    scrollbar-shadow-color: #5F5E5E;
    scrollbar-highlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
}

.bg { color:#000000; 
	background-image : url("../highscores.jpg");
	background-repeat : no-repeat;
}

td { color:#cccccc; 
	font-size : 11px;
	font-family : arial, verdana,  helvetica, sans-serif;
}

a:link {color:#A9A2A5; 
		text-decoration: underline;
}
a:visited { color:#A9A2A5; 
			text-decoration: underline;
}
a:active {  color:#A9A2A5; 
			text-decoration: underline;
}
a:hover {   color:#cccccc; 
			text-decoration: none;
}


