Bottom of the page you have a table of cities. The first 8 the font size is undefined.
Code:
<td>
<p align="center"><a href="http://www.orangecounty.net/cities/AlisoViejo.html">Aliso Viejo</a></p>
</td>
<td>
<div align="center"><a href="http://www.orangecounty.net/cities/LaHabra.html">La Habra</a></div>
</td>
</tr>
<tr>
<td bgcolor="#ffffff">
<div align="center"><a href="http://www.orangecounty.net/cities/Anaheim.html">Anaheim</a></div>
</td>
<td>
<div align="center"><a href="http://www.orangecounty.net/cities/LaPalma.html">La Palma</a></div>
</td>
</tr>
<tr>
<td bgcolor="#ffffcc">
<div align="center"><a href="http://www.orangecounty.net/cities/Balboa.html">Balboa</a></div>
</td>
<td bgcolor="#ffffcc">
<div align="center"><a href="http://www.orangecounty.net/cities/LakeForest.html">Lake Forest</a></div>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" width="50%">
<div align="center"><a href="http://www.orangecounty.net/cities/Brea.html">Brea</a></div>
</td>
<td>
<div align="center"><a href="http://www.orangecounty.net/cities/LosAlamitos.html">Los Alamitos</a></div>
</td>
</tr>
Then you continue with:
Code:
<td bgcolor="#ffffcc">
<div align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.orangecounty.net/cities/BuenaPark.html">Buena Park</a></font></b></div>
</td>
<td bgcolor="#ffffcc">
<div align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.orangecounty.net/cities/MissionViejo.html">Mission
Viejo</a></font></b></div>
</td>
Note the differences? You need to work on your fonts and font sizes.
Ron