/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 24px;
	color: #BBBBBB;
}
.maxbiggest {
	font-size: 54px;
	line-height: 64px;
}
.biggest {
	font-size: 36px;
	line-height: 42px;
}
.bigger {
	font-size: 24px;
	line-height: 30px;
}
.big {
	font-size: 18px;
	line-height: 24px;
}
.normal {
	font-size: 14px;
	line-height: 24px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	background-color: #000000;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 16px;
	margin-bottom: 32px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9999;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}
.title {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.pink {
	color: #FF9999;
}
.blueg {
	color: #666699;
}
.red {
	color: #FF0000;
}
.bkrank {
	background-image: url(images/bkgnd_rank.jpg);
}
