﻿
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-size: 12px;
	color:#333333;
}

.newProperty {
	margin-top: 20px;
	float: left;
	width: 235px;
}

.newProperty img {
	float: left;
	border: 1px solid white;
	padding-right:10px;
	width:100px;
}

.newProperty a p  {
	margin:0;
	float: left;
	display: block;
	width: 120px;
	text-decoration: none;
	padding-left: 5px;
	color: #094f94;
}

.newProperty a p:hover {
	text-decoration: underline;
}
