/* Reset CSS */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Set defaults for links */
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Remove list styles */
ul,
ol {
    list-style: none;
}

/* Correct block-level display for some elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
table,
dl,
dd,
ul,
ol,
li {
    display: block;
}

/* Make sure form elements are rendered consistently across browsers */
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}
