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

body {
	padding: 20px;
	font: normal 62.5%/1.5 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #665;
}

p, ol, ul, dl, blockquote {
	margin-bottom: 0.75em;
}

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

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

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

h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

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

small {
	font-size: 83%;
}

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

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

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

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

/* Site specific */

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

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

.content ul.plain li {
	list-style: none;
}

.content ol.alpha li {
	list-style: lower-alpha;
}

.content ol.roman li {
	list-style: lower-roman;
}

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

.skip {
	display: none;
}