/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    * font-size: 100%;
}

legend {
    color: #000;
}


/*
Plain Stylesheet v1.1
Target: All
Author: Matthew Buchanan
*/

body {
	padding: 20px;
	font: 500 62.5%/1.5 "Inter", sans-serif;
	color: #666;
}

p, form, ol, ul, dl, #content li {
	margin-bottom: 1em;
}

h1 {
	font-size: 150%;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 133%;
	margin-bottom: 1em;
}

h3 {
	font-size: 240%;
	line-height: 1;
	margin-top: 1em;
}

h4, h5, h6 {
	font-size: 120%;
	margin-top: 0.5em;
	margin-bottom: 0;
}

strong, b {
	font-weight: bold;
	color: #333;
}

em, i {
	font-style: italic;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
	color: #333;
}

small {
	font-size: 90%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a abbr, a acronym {
	border-bottom: none;
}

a:link, a:visited {
	color: #369;
}

a:hover, a:active {
	color: #036;
}

/* Site specific */

.content ul, .content ol {
	padding-left: 2em;
}

.content ul li {
	list-style: disc;
}

.content ol li {
	list-style-type: decimal;
}

h1, h2, h3, h4, h5, h6, blockquote {
	font-family: "Inter", sans-serif;
	font-weight: 200;
}