/*

This file is used for two popups: Income limit requirements, which
pops up from Get Housing: How to Apply, and Common Maintenance Failures,
from Residents: Maintenance and Inspections.

*/

body { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ECE9D8;
	color:#000000; 
	width: 435px;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;
    line-height:22px;
	}

.pageHeader {
color: #000000;
font-size:18px;
line-height:22px;
margin-left: 5px;
}