.background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.toplist {
	font-size: 24px;
	color: #FF0000;
	font-variant: small-caps;
}
.h1 {
	font-size: 18px;
}
a:link {
	color: #FF0000
}
a:visited {
	color:#999999
}
a:hover {
	color: #FFCC00
}
