1html, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
2{
3	margin: 0;
4	padding: 0;
5	border: 0;
6	outline: 0;
7	font-weight: inherit;
8	font-style: inherit;
9	font-size: 100%;
10	font-family: inherit;
11	vertical-align: baseline;
12}
13/* remember to define focus styles! */
14:focus
15{
16	outline: 0;
17}
18body
19{
20	line-height: 1;
21	color: black;
22}
23ol, ul
24{
25	list-style: none;
26}
27/* tables still need 'cellspacing="0"' in the markup */
28table, td, tr
29{
30	border: 0;
31	border-collapse: separate;
32	border-spacing: 0;
33}
34caption, th, td
35{
36	text-align: left;
37	font-weight: normal;
38}
39blockquote:before, blockquote:after, q:before, q:after
40{
41	content: "";
42}
43blockquote, q
44{
45	quotes: "" "";
46}
47