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;
	background-image: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

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;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

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

blockquote, q {
	quotes: "" "";
}

/* defaults */

body {
	background-color: #ADB2C4;
	font-family: Arial,Verdana,Geneva,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 90%;
	max-width: 70em;
	min-width: 45em;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
}

a {
	text-decoration: none;
	color: #A52A2A;
}

a:hover {
	text-decoration: underline;
}

pre {
  padding: 10px;
  border: 1px solid #CCC;
  overflow: auto;
  background-color: #fff;
	color: black;
	font-family: monospace;
}

p {
	margin-top: 0;
	margin-bottom: 0.8em;
}

em {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

blockquote {
	border-left: 2px solid #CCC;
	padding-left: 10px;
}

input[type='text'], input[type='password'], textarea, select {
	border: 1px solid #CCC;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 117.25%; }
h4 { font-size: 100%; }
h5 { font-size: 83%; }
h6 { font-size: 67.25%; }

h1 {
	margin-top: .6em;
	margin-bottom: .6em;
}

h2, h3, h4, h5, h6 {
	margin-top: .2em;
	margin-bottom: .2em;
	line-height: 1.2em;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #EEE;
	background-color: #C2CAD8;
}

ol, ul {
	list-style-position: outside;
	margin-bottom: 1em;
	padding-left: 40px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul > li > ul {
	list-style-type: circle;
}

dd {
	margin-left: 40px;
	margin-bottom: 1em;
}

code {
	font-family: monospace;
}
