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