@charset "utf-8";
/* CSS Default */

body {
	line-height:1.8em; /* The leading is 18px */
	font-size:0.625em; /* Reset the body font size to 10px, this makes calculations easier (0.625 x 16px = 10px) */
    }
		
html>body {
	font-size: 10px; /* Reset the body font size to 10px */
    }