body {
	background-image: url(images/misc/background-blue-dark.gif);
	background-attachment: fixed;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.big {font-size: 12px}
.fat {font-size: 14px}
.reallyfat {font-size: 18px}
.extremefat {font-size: 22px}

a.user:link {
	color: White;
	text-decoration: none;
}
a.user:visited {
	text-decoration: none;
	color: White;
}
a.user:hover {
	text-decoration: none;
	color: Black;
}


.usershowpic {font-size: 18px}
a.usershowpic:link {
	color: White;
	text-decoration: none;
}
a.usershowpic:visited {
	color: White;
	text-decoration: none;
}
a.usershowpic:hover {
	color: #353E4A;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}