body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #3063ad;
	background-position: center top;
}
.footer {font-size: x-small}
.tabletop {
	background-image: url(images/top.png);
	background-position: center top;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
}
.tablemid {
	background-image: url(images/mid.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.sold {
	color: #333333;
	text-decoration: line-through;
}
.sidebar {
	font-size: small;
	font-weight: lighter;
}
.tablebot {
	background-image: url(images/bot.png);
	background-position: center bottom;
}
.big {
	font-size: x-large;
	font-weight: bold;
}
.motto {
	color: #FFFFFF;
	font-style: italic;
}.warning {
	background-color: #FF0000;
	font-size: large;
	color: #FFFFFF;
}
.special {
	border: medium dashed #000000;
	display: block;
	padding: 5px;
}
