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: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}

body { font-size: 62.5% } /* 62.5% (10px), 75% (12px), 87.5% (14px), 100% (16px) */

:focus { outline: none; }

h1 { font-size: 2.00em; }
h2 { font-size: 1.75em; } /* this is normally skipped? 1.50em */
h3 { font-size: 1.50em; } /* 1.25em */
h4 { font-size: 1.25em; } /* 1.00em */
h5 { font-size: 1.00em; } /* 0.75em */
h6 { font-size: 0.75em; } /* 0.66em WTF? */

small 
{
	font-size:.9em;
}

ul, ol, dl 
{

    padding-left:2em;
	margin:1em 0em;
}

dir, menu 
{
	margin:1em 0em;
}

/* 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:0em;
	padding-left:1.5em;
}