1/* Reset Styles
2   Author: Florian Purchess
3   ----------------------------------------------------*/
4
5
6html { font-size: 62.5%; } /* 1em = 10px when font-size standard is 16px */
7
8body {
9    line-height: 1;
10    font-family: Arial,sans-serif;
11    font-size: 1em;
12}
13
14html, body, div, span, applet, object, iframe,
15h1, h2, h3, h4, h5, h6, p, blockquote, pre,
16a, abbr, acronym, address, big, cite, code,
17del, dfn, em, font, img, ins, kbd, q, s, samp,
18small, strike, strong, sub, sup, tt, var,
19b, u, i, center,
20dl, dt, dd, ol, ul, li,
21fieldset, form, label, legend,
22table, caption, tbody, tfoot, thead, tr, th, td {
23    margin: 0;
24    padding: 0;
25}
26
27a img {border: 0;}
28
29:focus {outline: 0;}
30
31ol, ul {list-style-type: none;}
32
33table {
34    border-collapse: collapse;
35    border-spacing: 0;
36}
37
38blockquote:before, blockquote:after,
39q:before, q:after {content: "";}
40blockquote, q {quotes: "" "";}
41
42address {font-style: normal;}
43