body {
	background-color:white;
	background-image:url(images/background.png);
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:black;
	margin:0;
}
img {
	border:0;
}
a {
	color:#0000b0;
	text-decoration:none;
}
a#top100 {
	color:#23afff;
	text-decoration:none;
}
a:hover {
	color:#4747ff;
}
a#top100:hover {
	color:#4747ff;
}
#header {
	margin:0;
	text-align:center;
}
table#scoreboard {
	margin:auto;
	border-spacing:0;
	border-style:solid;
	border-width:1px;
	border-color:black;
}
tr {
	background:white;
}
td {
	border-style:solid;
	border-width:1px;
	border-color:black;
}
tr#toprow {
	font-weight:bold;
	background:black;
	color:white;
}
tr#row1 {
	background:#FF1;
	font-size:16px;
}
tr#row2 {
	background:#FF7;
	font-size:15px;
}
tr#row3 {
	background:#FFB;
	font-size:14px;
}
tr.oddrow {
	background:#ddd;
}
td#name {
	width:400px;
}
td#score {
	width:125px;
}
td#date {
	width:175px;
}
.bot {
	color:#05A;
	font-style:italic;
}
.center {
	margin:auto;
	width:340px;
	font-weight:bold;
}
#error {
	margin:auto;
	width:340px;
	font-weight:bold;
	color:red;
}
#hidden_error {
	margin:auto;
	width:340px;
	font-weight:bold;
	color:red;
	visibility:hidden;
}
#links {
	margin:auto;
	width:700px;
	font-size:15px;
	font-weight:bold;
}
