/*
02
html5doctor.com Reset Stylesheet
03
v1.6.1
04
Last Updated: 2010-09-17
05
Author: Richard Clark - http://richclarkdesign.com
06
Twitter: @rich_clark
07
*/
08
html, body, div, span, object, iframe,
09
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
10
abbr, address, cite, code,
11
del, dfn, em, img, ins, kbd, q, samp,
12
small, strong, sub, sup, var,
13
b, i,
14
dl, dt, dd, ol, ul, li,
15
fieldset, form, label, legend,
16
table, caption, tbody, tfoot, thead, tr, th, td,
17
article, aside, canvas, details, figcaption, figure,
18
footer, header, hgroup, menu, nav, section, summary,
19
time, mark, audio, video {
20
margin:0;
21
padding:0;
22
border:0;
23
outline:0;
24
font-size:100%;
25
vertical-align:baseline;
26
background:transparent;
27
}
28
body {
29
line-height:1;
30
}
31
article,aside,details,figcaption,figure,
32
footer,header,hgroup,menu,nav,section {
33
display:block;
34
}
35
nav ul {
36
list-style:none;
37
}
38
blockquote, q {
39
quotes:none;
40
}
41
blockquote:before, blockquote:after,
42
q:before, q:after {
43
content:'';
44
content:none;
45
}
46
a {
47
margin:0;
48
padding:0;
49
font-size:100%;
50
vertical-align:baseline;
51
background:transparent;
52
}
53
/* change colours to suit your needs */
54
ins {
55
background-color:#ff9;
56
color:#000;
57
text-decoration:none;
58
}
59
/* change colours to suit your needs */
60
mark {
61
background-color:#ff9;
62
color:#000;
63
font-style:italic;
64
font-weight:bold;
65
}
66
del {
67
text-decoration: line-through;
68
}
69
abbr[title], dfn[title] {
70
border-bottom:1px dotted;
71
cursor:help;
72
}
73
table {
74
border-collapse:collapse;
75
border-spacing:0;
76
}
77
/* change border colour to suit your needs */
78
hr {
79
display:block;
80
height:1px;
81
border:0;  
82
border-top:1px solid #cccccc;
83
margin:1em 0;
84
padding:0;
85
}
86
input, select {
87
vertical-align:middle;
88
}
