/* This reduces default size from 16px to 13px.
   All font-sizes after here are in ems and made to whole pixel sizes.
*/
body {font-size:62.5%;} /* for IE/Win */
html>body {font-size:10px;} /* for everything else */

