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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	}

* { font-size: 1em; font-family: inherit; }

:focus { outline: none; }

body { font-size: 62.5%; line-height: normal; font-family: Verdana, Arial, Sans-Serif; } /* 62.5% (10px), 75% (12px), 87.5% (14px), 100% (16px) */

p {	margin: 0 0 1.5em 0; }

a.h1,a.h2,a.h3,a.h4,a.h5,a.h6,h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:Black;
	}

h1, a.h1, a:link.h1, a:visited.h1, a:active.h1, a:hover.h1 { text-decoration:none; font-size: 2.00em; }
h2, a.h2, a:link.h2, a:visited.h2, a:active.h2, a:hover.h2 { text-decoration:none; font-size: 1.75em; } /* this is normally skipped? 1.50em */
h3, a.h3, a:link.h3, a:visited.h3, a:active.h3, a:hover.h3 { text-decoration:none; font-size: 1.50em; } /* 1.25em */
h4, a.h4, a:link.h4, a:visited.h4, a:active.h4, a:hover.h4 { text-decoration:none; font-size: 1.25em; } /* 1.00em */
h5, a.h5, a:link.h5, a:visited.h5, a:active.h5, a:hover.h5 { text-decoration:none; font-size: 1.00em; } /* 0.75em */
h6, a.h6, a:link.h6, a:visited.h6, a:active.h6, a:hover.h6 { text-decoration:none; font-size: 0.75em; } /* 0.66em WTF? */

fieldset { border: solid 1px; padding: 0.25em 0.5em 0.75em; margin: 0 0 1.5em; }
legend { margin: 0 0 0 2em; padding: 0 1em; }

textarea, input, select { border: solid 1px #ccc; margin: 0; padding: 0; }
textarea, input { padding: 0 .2em; }
input:focus,textarea:focus,select:focus { border: solid 1px black; }

small { font-size: .9em; }

ul, ol, dl { padding: 0 0 0 1.5em; margin: 1.5em 0; }
dir, menu { margin: 1.5em 0; }
/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl {
	margin: 0;
	padding: 0 0 0 1.5em;
	}

hr { margin: 0.75em 0; padding: 0; }

.clearance { clear: both; height: 1px; margin: 0; padding: 0; margin-top: -1px; font-size: 0; line-height: 0; }
.clear-block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }