/*
	First stylesheet applied after all elements have been reset to common
	values. Now apply desired default values.
*/

body { background: #fff; }

p, ul, ol, dl, blockquote, table, form { margin-bottom: 0.85em; line-height: 130%; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; }

li { line-height: 140%; }

ul, ol { 
	padding-left: 1em;
	margin-left: 1em;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

ul ul,
ol ol,
ol ul,
ul ol {
	margin-bottom: 0;
}

strong, dl.std dt, th {	font-weight: bold; }
em, cite { font-style: italic; }
a { text-decoration: underline; }