.saleagreed {  background-image:  url(images/sale_agreed.gif); background-repeat: no-repeat; background-position: center center}

.sold { background-image:  url(images/sold.gif); background-repeat: no-repeat; background-position: center center }

a:link {
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;

}
a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;


}
a:visited {
	color: #0000FF;
	font-style: normal;

}
