body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #069;
	text-decoration:none;
}
a:hover {
	color: #blue;
	text-decoration:underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
h2 a {
	color: #069;
	text-decoration:none;
}
h2 a:hover {
	color: #blue;
	text-decoration:underline;
}
p a {
	color: #036;
	text-decoration:none;
}
p a:hover {
	color: #blue;
	text-decoration:underline;
}
#Listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
}
#Listing td {
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
	padding-right: 2px;
	padding-left: 3px;
	vertical-align: top;
}
.buy {
	text-decoration: underline;
}