﻿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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body { line-height: 1; }
strong { font-weight:bold; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* links */
a {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
a:hover {
    border-bottom-style:solid;
}
a img {
    border:0;
}

/* lists */
ol, ul { margin-left:1em; }
ol { list-style:upper-latin; }
ul { list-style:disc; }
li { margin-bottom:.25em; }

/* blockquote */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* paragraphs */
p { margin-bottom:1em; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin-bottom:.25em; font-weight:bold; }
h1 { font-size:2.5em; }
h2 { font-size:2em; }
h3 { font-size:1.5em; line-height:1.125em; }
h4 { font-size:1em; }
h5 { font-size:.75em; }
h6 { font-size:.5em; }

/* my own quirks */
.cleaner {
    margin:0;
    padding:0;
    clear:both;
    height:0px;
    font-size:0px;
    background-color:transparent;
}
