/* Font-Medium 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: 72.5% !important; }

/* Text Re-Sizer
--------------------- */
ul.websiteOptions {}
    ul.websiteOptions li a.smlFnt { background:#fff; }
    ul.websiteOptions li a.mdmFnt { background:#000; color:white;}
    ul.websiteOptions li a.lrgFnt { background:#fff; }
