/* =Typography
default font_size / line_height
-----------------------------------------------------------------------------*/
body {
    font:100% Arial, sans-serif;
}

p{
    font-size:0.875em;
    line-height:1.125em; /* 16×1.125=18 */
}

ul{list-style:none;
	font-size:0.875em;
	}

