














<html>
  <head>
  <style>
    h1 { font-family: Arial, Helvetica }
    th { font-family: Arial, Helvetica }
    td { font-family: Arial, Helvetica }
  </style>
  </head>
  <body bgcolor="#FFFFCC">
  <h1>Sample Users by State</h1>
  <table cellpadding=4 cellspacing=0 border=1 bgcolor=#CCFFCC>




  <tr bgcolor=#eeeeee><td>CA</td></tr> 
  <tr bgcolor=#ffffff><td>
      
        <p>The Jones Family</p>
          <ul>   
             
              <li>Fred Jones</li> 
            
          </ul>
      
        <p>The Mae Family</p>
          <ul>   
             
              <li>Frieda Mae</li> 
            
          </ul>
      
        <p>The Saxberg Family</p>
          <ul>   
             
              <li>Sally Saxberg</li> 
            
          </ul>
      
  </td></tr>



  <tr bgcolor=#eeeeee><td>WY</td></tr> 
  <tr bgcolor=#ffffff><td>
      
        <p>The Diaz Family</p>
          <ul>   
             
              <li>Yoruba Diaz</li> 
            
          </ul>
      
  </td></tr>



</table>



















