	body{
		background:#112233;font-family:Arial
	}

	th{
		background: #2d2e33;
		border-bottom: 1px solid #2d2e33;
		color: #e3e3e3;
		padding:10px 2px;
		text-align:center;
	}

	td{
		padding:4px 3px;
		text-align:center;
		color: #babdc0;
	}

	table{
		background: #24242a;
		font-size:12px;
		font-family:Arial;
	}

	#c{
		background:#E2E2BC
	}

.nocolor {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

table.top_list td a {
    font-size: 12px;
    font-family: monospace, Arial, sans-serif;
    color: #9b9b9b;
}