
body {	 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;	
	font-size : .9em;
	}	
		
.required {
	font-size: 1.2em;
	color: red;
	font-weight: 700;
}

.prospectiveAdr {
	font-size: 1em;
	color: red;
	font-weight: 700;
}
	
.indent  {
	text-indent: 6px;
}

.border1 {
	border: solid black;
	padding: 1em;
}

.listNames {
	font-size: 1.2em;	
	font-weight: 700;
}

A:link {	color :  blue;}
A:visited {	color :  navy;}
A:hover {	color :  red;}
A:active { color: red; }
