/*
* RESET
* by notjim
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
* Layout
*/
body {
	margin:5px 10px;
}
h1,h2,h3,h4,h5,h6 {
	margin:.5em 0 .25em 0; 
	line-height:1;
}
p, ul, ol, dl {
	margin:.2em 0 1em 0;
}
blockquote{
	margin: .75em 1.3em;
}

/*
* Lists
*/
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ul, ol {
	padding-left:2em;
}
dd {
	margin-left:1.3em;
}

/*
* basic typography
*/
body {
	font-size:100%;
	line-height:1.125em;
	font-family:sans-serif;
}
body>*{
	font-size:.875em;/* .875*16px=14px font-size:100% corresponds to 16px*/
}
h1{
	font-size:1.3em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
h4 {
	font-size:1em;
}
/*
* semantic inline elements
*/
abbr,acronym {
	border-bottom: 1px dotted #AAA;
}
sub{
	vertical-align: sub;
	font-size:.8em;
}
sup{
	vertical-align: super;
	font-size:.8em;
}
/*
* Semantic elements and their equivalents
*/
samp, var, pre, code, tt{
	font-family: monospace, monospace;
	white-space: pre;
} 
s, del{
	text-decoration: line-through;
} 
i, em, cite, dfn{
	font-style: italic;
} 
b, strong, th{
	font-weight: bold;
}
ins, u {
	text-decoration: underline;
}
/*
* Non-semantic elements
*/
small {
	font-size:.7em;
}
big {
	font-size:1.3em;
}
