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

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