body {
	text-align: left;
	}
#all, #legal {
	text-align: center;
	}
#main, #nav {
	text-align: left;
	}
#content {
	text-align: center;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

h1, h2, h3, h4, h5, h6, p, ul, li, .quip, .back, .submit {
	font-family: Courier, monospace;
	}
h1 {
	font-size: 22px;
	}
h2 {
	font-size: 22px;
	font-weight: bold;
	}
h3 {
	font-size: 20px;
	margin-bottom: .3em;
	}
p, li, h4, h5, h6 {
	font-size: 12px;
	}
body {
	background-color: #fff;
	color: #000;
	}