/* CSS Document */

.form {
	display: none;
}

.text {
	width: 100%;
}

table#listings {
	border: 1px outset yellow;
	margin-bottom: 20px;
	margin-top: 20px;
}
table#listings td {
	padding: 8px;
	border: 1px groove yellow;
}
table#listings td p {
	margin-top: 1em;
	margin-bottom: 1em;
}
table#listings td p.special {
	font-size: 120%;
	font-weight: bold;
	color: #900;
}
table#listings td.listing_photo {
	vertical-align: middle;
	text-align: center;
}

table#listings td a {
	font-weight: bold;
	color: #fff;
}
