You still have a couple of problems.
First, look in your style sheet at these two styles.
Rem out the font-size parts.
CSS Code:
A:link,A:active,A:visited {
/* FONT-SIZE: 10px; FONT-WEIGHT: bold; */
COLOR: b7ccb0;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
A:hover {
/* FONT-SIZE: 10px;
FONT-WEIGHT: bold;*/
COLOR: #6ea87d;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
And second, at the end of the main table where you insert the gallery table from galleries.php. Close the main table first then insert galleries.php.