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

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

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

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: 90%;
}

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

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

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

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

/* Site specific */

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

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

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