p {
	text-indent: 40px;
	margin-top: 5px; 
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: justify;
	font-size: 10pt;
	color: #8A3133; 
}

h2 {
	font-size: 14pt;
	color: #8A3133;
	margin-bottom: 10px;
}

li {
	font-size: 10pt;
	color: #8A3133;	
	list-style: disc;
}

strong{
	font-weight: bold;
}

p.noindent{
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align : justify;
	font-size: 1	0pt;
	color: #8A3133;
}

A.house {font-size:8pt;}
A:link.house {text-decoration: none; color: 8A3133;}
A:visited.house {text-decoration: none; color: 8A3133;}
A:active.house {text-decoration: none; color: 8A3133;}
A:hover.house {text-decoration: underline; color: 8A3133;}

img.withborder{
	border: 4px solid #e6e6e0;
}