

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0;} 
/* end reset */

/* HTML5 init */
section, article, header, footer, nav, aside, hgroup, video {
  display: block;
}



body {
	font-size: 0.625em;
	line-height: 1.8em
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 4.8em;
}
h2 {
	font-size: 3.6em;
}
h3 {
	font-size: 2.4em;
}
h4 {
	font-size: 2.1em;
}
h5 {
	font-size: 1.8em;
}
h6 {
	font-size: 1.6em;
}
p {
	font-size: 1.4em;
	line-height: 1.8em;
}


ul,ol {
	margin:0.7em 0px;
	padding: 0 0 0 15px;
}
ul{
  list-style: disc;
}
ol{
  list-style:lower-alpha;
  padding: 0 0 0 20px;
}
li {
	font-size: 1.4em;
	line-height: 1.4em;
}
ul ul,
ol ol,
ul ol,
ol ul{
  margin:0 0 0.7em;
}
ul ul li,
ol ol li,
ul ol li,
ol ul li{
  font-size:1em;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
