/* CSS Document
<link rel="stylesheet" href="counties.css" type="text/css">
*/
 
 
.listing {
 font-family: Arial ;
 font-size: 80% ;
 font-weight: bold ;
 color: #000080 ;
 text-align: left;
 line-height: 1.7
}

hr {
 width: 100% ;
 text-align: center ;
}

h2 {
 color: #800000 ;
 text-align: center;
}

h4 {
 color: #800000 ;
 text-align: center;
}

body {
 color: #000080 ;
 text-align: center;
}

p {
 text-align: center;
 font-family: Arial ;
 font-size: 80% ;
 font-weight: bold ;
}
