body {
	color: #FFF;
	margin: 0px;
}

body, td, div, .normaltext {
	font: 12px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #000;
}

a:link {
	color: #0093dd;
}
a:visited {
	color: #0093dd;
}
a:hover {
	color: #F00;
}
a:active {
	color: #0093dd;
}

.boldmaroon {
	font-size: 16px;
	font-weight: bold;
	color: #B52837;
}

h1 {
	font-size: 18px;
}

.largetext {
	font-size: 18px;
}

.largertext {
	font-size: 20px;
}

.redtext {color: #900}

.smalltext {
	font-size: 10px;
}

.smallbold {
	font-size: 10px;
	font-weight: bold;
}

* table#gallery td {
	background-color: #000;
	text-align: center;
	width: 25%;
	color: #FFF;
	font-size: 10px;
	padding-bottom: 20px;
}

.sold {
	color: red;
	font-weight: bold;
}