table {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Helvetica;
	color: #C0C0C0; }

table.pony {
	background-color: #303030;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-position: 50% 0%; }

table.blue {
	background-color: #000000;
	background-image: url('images/black.jpg'); }

.bottom {
	color: #000000;
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Helvetica; }

a:link		{ color: #FFFFFF ; text-decoration: none }
a:visited	{ color: #FFFFFF ; text-decoration: none }
a:hover		{ color: #ccc49e ; text-decoration: none }
