/* Font-Large CSS Document */

/* Import Web Site root stylesheet*/
@import url("../main.css");

/* This is where you set your desired font size.
   Fonts set in pixels will not re-size. 
   The line-heights and vertical margins are automatically calculated from the body font-size percentage. 
   The percentage is of 16px (0.625 * 16px = 10px = 1.0em).
--------------------- */
body { font-size: 82.5% !important; }

/* Text Re-Sizer
--------------------- */
ul.websiteOptions {}
    ul.websiteOptions li a.smlFnt { background:#fff; }
    ul.websiteOptions li a.mdmFnt { background:#fff;}
    ul.websiteOptions li a.lrgFnt { background:#ab3454; color:white; }