html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
tt,
var,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 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;
}

abbr,
acronym {
    border-bottom: 1px dotted #333;
    font-variant: normal;
}

code,
pre {
    font-family: "Courier New", monospace, serif;
}

pre,
tt,
code,
kbd,
samp,
var {
    font-family: "Courier New", Courier, monospace;
}

sub {
    vertical-align: sub;
}

sup {
    line-height: 200%;
    vertical-align: super;
}

/* Styling of list items
 * This styles sheet contains a class to apply on lists to reset list-type and margin on LIs
 */

ol li,
ul ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: disc;
}

ul ul li {
    list-style-type: circle;
}

ul ul ul li {
    list-style-type: square;
}

ol ol li {
    list-style-type: lower-alpha;
}

ol ol ol li {
    list-style-type: lower-roman;
}