The Box Headings and Center Box Headings Links have been "fixed" to display uniformaly (no more huge yellow text!)
toCode:.leftBoxHeading, .rightBoxHeading { text-align: center; margin: 0em; padding: 0.5em 0.2em; }
Code:.leftBoxHeading, .rightBoxHeading { text-align: center; padding: 0px; font-size: 1.3em; font-weight: bold; margin-top: 1em; color: #FFFFFF; background-color: #699B82; }
And
toCode:/* LINKS */ a:link, #navEZPagesTOC ul li a, #reviewsHeading a:link{ font-size: 1em; color: #FFFFFF; text-decoration: none; font-weight: bold; } a:visited, #navEZPagesTOC a:visited, #reviewsHeading a:visited { font-size: 1em; color: #FFFFFF; text-decoration: none; font-weight: bold; } a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover , #reviewsHeading a:hover { font-size: 1em; color: #FFC7AD; }
Code:/* LINKS */ a:link, #navEZPagesTOC ul li a, #reviewsHeading a:link, #featuredHeading a:link, #whatsnewHeading a:link{ font-size: 1em; color: #FFFFFF; text-decoration: none; font-weight: bold; } a:visited, #navEZPagesTOC a:visited, #reviewsHeading a:visited , #featuredHeading a:visited, .whatsnewHeading a:visited { font-size: 1em; color: #FFFFFF; text-decoration: none; font-weight: bold; } a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover , #reviewsHeading a:hover, #featuredHeading a:hover, #whatsnewHeading a:hover { font-size: 1em; color: #FFC7AD; }
AND
toCode:h3.leftBoxHeading, h3.leftBoxHeading a { font-size: 1.3em; color: #ffffff; }
Code:h3.leftBoxHeading, h3.leftBoxHeading a:link { font-size: 1.3em; font-weight: bold; color: #ffffff; }



