/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* https://bwblabs.com/styles/base.css */
/* v0.01 | 20090719 */
body
{
	line-height: 1.7;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	color: #BBB;
	text-align: center;
}

body p
{
	margin: 5em auto 0 auto;
}

.error
{
	font-size: 2.5em;
	color: #999;
	line-height: 1.1;
}

.error h1, .error p
{
	margin: 1em auto 0 auto;
	width: 20em;
	text-align: justify;
}

div.warning
{
	background-color: #FF9;
	text-align: center;
}

a, a:visited
{
	color: #0099b9;
}

abbr
{
	border-bottom: dotted 0.1em black;
}

h1, h2, h3, h4, p, ul
{
	margin-bottom: 0.1em;
}

p
{
	margin-bottom: 2em;
}

dt
{
	font-weight: bolder;
	margin-bottom: 0.2em;
}

dd
{
	margin-left: 3em;
	margin-bottom: 1em;
}

sup
{
	font-size: smaller;
	vertical-align: super;
}

sup a
{
	text-decoration: none;
}

ol
{
	list-style-type: decimal;
}

.clear
{
	clear: both;
}
