﻿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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
	
body {
	color: #000;
	background: #fff;
	font-family: arial, "lucida console", sans-serif;
	font-size: 62.5%;
	line-height: 1.33;
}

ul {
	list-style: none;
}

ul ul {
	list-style: none;
}

ul ul ul {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;
}

h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 185%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
	background: #FED;
	font-style: italic;
}

/* tables still need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
}