body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	background: #fff;
	color: #000;
	margin: 0;
	}
div#wrapper {
	width: 800px;
	margin: 0 auto 40px auto;
	}
div#kicker {
	padding: 5px 10px;
	background: #fc0;
	border: 1px solid #ccc;
	}
div#footer {
	padding: 5px 10px;
	background: #fc0;
	border: 1px solid #ccc;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, "Book Antiqua", Georgia, serif;
	margin: 30px 0 0 0;
	padding: 0;
	}
h1 {
	font-size: 300%;
	}
h2 {
	font-size: 200%;
	}
h3 {
	font-size: 140%;
	}
p, li, dt, dd {
	font-size: 110%;
	}
p, ol, ul, li {
	line-height: 120%;
	}
ul li {
	list-style: square;
	}
ul.subby li {
	list-style: square;
	font-size: inherit;
	}
dl {
	margin: 0;
	padding: 0;
	}
dt {
	font-weight: bold;
	}
dd {
	margin-bottom: 10px;
	}
.script {
	font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
	font-size: 120%;
	}
div.script {
	padding: 10px 20px;
	background: #ccc;
	border: 1px dashed #666;
	}
span.redletter {
	color: #f00;
	}
a:link, a:active, a:visited {
	color: #009;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	background:#009;
	text-decoration: none;
	}
