html {scrollbar-base-color: #fc9;}
body
{
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	background: #fff url('bgr3.jpg');
	color: #000;
}
a:link {color: #00f; text-decoration: none;}
a:visited {color: #44f;}
a:active {color: #f00;}
a:hover {color: #f00; background: #ffc; text-decoration: none;}
a.desc:link {color: #000; text-decoration: none;}
a.desc:visited {color: #000; text-decoration: none;}
a.desc:hover {color: #000; text-decoration: underline;}
table.pay {background-color: #fc9; text-align: center;}
table.top {background-color: #f69;}
tr {font-size: 10pt; background-color: #fff;}
tr.dark {background-color: #fff9f2;}
th {background-color: #f9c; color: #fff; font-size: 20px;}
td.rank {width: 50px; font-size: 20px;}
td.stat {width: 80px; font-size: 12px;}
hr {color: #fc9; width: 100%; height: 1px; text-align: center;}

h1
{
	color: #fc0;
	font-size: 1.8em;
	font-style: italic;
}

.site-dark, .site-light
{
	margin: 2px;
	padding: 3px 0px 5px 10px;
	width: 600px;
	border: 2px solid #fc9;
	text-align: left;
}
.site-dark h3, .site-light h3
{
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
}
.desc
{
	margin: 0px;
	padding: 1px 10px 0px 20px;
	color: #666;
	font-size: 0.9em;
}
.cat
{
	margin: 0px;
	padding: 1px 10px 0px 20px;
	color: #bbb;
	font-size: 0.7em;
	font-style: italic;
}
.site-dark
{
	background-color: #fffff2;
}
.site-light
{
	background-color: #fff;
}