@charset "utf-8";

/*===================================================
 Font Size Large CSS
=================================================== */

html {
font-size: 125%;
}
/* for IE6 */
* html body {
font-size: 125%;/* 20px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 125%;/* 20px; */
}
/* for IE8 */
html>/**/body {  
font-size /*\**/: 125%\9;/* 20px; */
}