1html, body, div, span, applet, object, iframe,
2p, pre,
3a, abbr, acronym, address, big, cite, code,
4del, dfn, img, ins, kbd, q, s, samp,
5small, strike, sub, sup, tt, var,
6dl, dt, dd,
7fieldset, form, label, legend,
8table, caption, tbody, tfoot, thead, tr, th, td,
9article, aside, canvas, details, embed,
10figure, figcaption, footer, header, hgroup,
11menu, nav, output, ruby, section, summary,
12time, mark, audio, video {
13	margin: 0;
14	padding: 0;
15	border: 0;
16	font-size: 100%;
17	font: inherit;
18	vertical-align: baseline;
19}
20/* HTML5 display-role reset for older browsers */
21article, aside, details, figcaption, figure,
22footer, header, hgroup, menu, nav, section {
23	display: block;
24}
25body {
26	line-height: 1;
27}
28/*
29ol, ul {
30	list-style: none;
31}
32*/
33blockquote, q {
34	quotes: none;
35}
36blockquote:before, blockquote:after,
37q:before, q:after {
38	content: '';
39	content: none;
40}
41table {
42	border-collapse: collapse;
43	border-spacing: 0;
44}