/* 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, 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;
}

/* changed line-height from 1 to 1.2 | added color and background defaults */
body {
line-height:1.2;
color:#666;
background:#fff;
font-size:62.5%;
font-family:Arial, Georgia, Helvetica, sans-serif;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

/* remember to define focus styles! */
:focus {
outline:0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
}
h1 {
font-size:2em;
margin:.95em 0 0;
line-height:.95em;
}
h2 {
font-size:1.8em;
margin:1em 0 0;
line-height:1em;
}
h3 {
font-size:1.6em;
margin:1.125em 0 0;
line-height:1.125em;
}
h4 {
font-size:1.4em;
margin:1.3em 0 0;
line-height:1.3em;
}
h5 {
font-size:1.2em;
margin:1.5em 0 0;
line-height:1.5em;
}
h6 {
font-size:1em;
margin:1.8em 0 0;
line-height:1.8em;
}
ul, ol, dl {
margin-bottom:1.8em;
}
li, dt, dd, p {
font-size:1.2em;
line-height:1.5em;
margin:0 0 1.5em;
}
