body { font-size: 75%; }
html>body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Sans-serif, Arial;
	color: black;
	background-color: rgb(255,240,165);
}

* {
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted rgb(70,137,102);
}

ul, p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding: 0 3em 0 3em;
	text-align: justify;
}

ul {
	list-style-type: none;
}

p.signature {
	text-align: right;
}

p.signature b {
	color: rgb(255,240,165);
	background-color: rgb(70,137,102);
	font-weight: normal;
}

div.space {
	line-height: 2em;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin-top: 0.35em;
	margin-bottom: 0.4em;
	color: rgb(142,40,0);
	padding-left: 1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: rgb(182,73,38);
	padding-left: 1.5em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 0.6em;
	margin-bottom: 0.65em;
	color: rgb(142,40,0);
	background-color: rgb(255,176,59);
	padding-left: 2.5em;
}