BODY {
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	height : 18px;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.title 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom : thin solid Maroon;
}

.details
{
	width:400px;
	padding-left:10px;
}

.sale
{
	color:red;
	font-weight : bold;
	margin-right : 20px;
	font-size : 12px;
}

a.listing
{
	color:Maroon;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;

}

a.listing:hover
{
	color:orange;
	font-size: 12px;

}

