body {
	background: url(/assets/ditty2.gif) #fffbec repeat-y;
	}
h1 {
	font: bold 16px "trebuchet ms", arial, sans-serif;
	text-align: left;
	color: #060;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #fff;
	background: #fffbec;
	}
.smaller {font-size: smaller;}
h2 {
	font: bold 20px "trebuchet ms", arial, sans-serif;
	text-align: center;
	color: #060;
	margin-top: 1em;
	}
div.letter {
	margin: 2em 2em 2em 4em;
	background: #fff;
	color: #000;
	padding: 1em;
	border: 2px solid #000;
	}
.letter p, .letter ul, .letter ol {
	font-family: times, "times new roman", serif;
	color: #000;
	}
.letter ul li {
	margin-top: .5em;
	margin-bottom: .5em;
	}

.letter ul ul li {
	margin-top: .2em;
	margin-bottom: .2em;
	}
.letter table {
	font-family: arial, sans-serif;
	color: #000;
	}
div.footnav {
	background: #e1ecdd;
	padding: 10px;
	text-align: center;
	margin: 1em 5em;
	border: 3px double #060;
	font: 1.5em bold arial, sans-serif;
	}
div.footnav a.bold {
	font-size: 15px;
	}

