@charset "utf-8";

/*
v0.0.2 by Vincent :)
set default for CMS base and responsive website.
*/

/* Default 16px=1em=100%=12pt */

body {line-height: 1.3em;}

h1 {font-size: 1.7em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.125em;}
h4 {font-size: 0.875em;}
h5 {font-size: 0.75em;}
h6 {font-size: 0.625em;}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;	
}

ol, ul{ padding-left:1.4em} /*to show the bullet outside, if not use list-style-position=inside....*/

ol li{list-style-type: decimal; padding-bottom: 0.85em;}
ul li{list-style-type: disc; padding-bottom: 0.85em;}

em, i {font-style: italic;}
strong, b {font-weight: bold;}

blockquote {margin: 0px 36px; background-color: #f5f5f5;}

:focus {outline: 0;}
