* {-webkit-font-smoothing:antialiased;}
body {	background-color: #000000;}td {	font-family: Verdana, sans-serif;	font-size: 12px;	color: #D5CFBC;}img {	border: 0px;
width:100%;}table{width:60%;}a {
padding:1px;	text-decoration: none;	color: #D5CFBC;}a:hover {

padding:1px;	text-decoration: none;	background-color: #fc9e00;	color: #000000;
    border-radius:5px;}.inactive {	text-decoration: none;	color: #D5CFBC;}.title {	font-family: Verdana, sans-serif;	font-size: 20px;	color: #D5CFBC;}.title2 {	font-family: Verdana, sans-serif;	font-size: 14px;	color: #D5CFBC;}::-webkit-scrollbar {
		width: 12px; 
		background-color: rgba(0,0,0,0);
		-webkit-border-radius: 100px;
		}
		::-webkit-scrollbar:hover {
		background-color: rgba(0, 0, 0, 0.09);
		}
		 
		::-webkit-scrollbar-thumb:vertical {
		background: rgba(0,0,0,0.5);
		-webkit-border-radius: 100px;
		}
		::-webkit-scrollbar-thumb:vertical:active {
		background: rgba(0,0,0,0.61);
		-webkit-border-radius: 100px;
		}
		::-webkit-scrollbar-track{
		background: #484848;
		border:1px #000 solid;
		border-radius:10px;
		-webkit-box-shadow:0 0 6px #000 inset;
		}