/* this file is to handle formatting elements of old/existing content migrated from the AiHA CMS based website */

.name{} /*leave blank, will automatically turn into a link*/
.propertyTitle{
	 /* p.subtitle in style.css -- */
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 18px;
		color: #877c44;
		padding-bottom: 5px;
		line-height: 30px;
	}
.Title2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 12px;
		color: #877c44;
		padding-bottom: 5px;
		}

