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,
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;
}
/* remember to define focus styles! */

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {  border-collapse: collapse; border-spacing: 0; margin-bottom: 1.2em; }
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding: 5px; 
	border: 1px solid #aea696;
}
caption { border: none; }
table th { font-weight: bold; background: #dfded7;  }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Standard Styles */

body { background: #fff; }
p, ul, ol, dl { margin-bottom: 1.2em; margin-top: 0; }
	ul ul, ul ol, ol ul, ol ol, ul ul { margin-bottom: 0; }

dt { font-weight: bold; }
dd { padding-left: 10px; }

h1,h2,h3,h4,h5 { font-weight: bold; margin-bottom: 1.2em; }
em { font-style: italic; }
strong { font-weight: bold; }

legend { font-weight: bold; }

blockquote { padding: 5px; margin-bottom: 1em; }

acronym { border-bottom: 1px dotted #999; }

address { margin-bottom: 1.2em; font-style: italic; }
