div.featuredApartment{
	margin-bottom:10px;
}

div.featuredApartment img.featuredApartmentImage{
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	border:1px solid #000;
}

div.featuredApartment h2{
	margin:0px;
}

div.featuredApartment h3{
	margin:0px;
}

div.featuredApartment p{
	margin-top:10px;
}

div.featuredApartment a{
	color:#39f;
	text-decoration:none;
	border-bottom: 1px dotted #39f;
}

div.featuredApartment a:hover{
	text-decoration:none;
	border-bottom: 1px solid #39f;
}

div.featuredApartment a:visited{
	color: #06f;
}