h1, h2, h3 , h4, h5, h6 {
	font-family: "trebuchet ms", "verdana", sans-serif;
}

h2 {
	margin-top: 1.5em;
        margin-bottom: 0em;
}
h3 {
	margin-top: 1.4em;
}
h4, h5, h6 {
	margin-bottom: 0em;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 1.0em;

	font-size: 200%;
	letter-spacing: -2px;

	border-bottom: 2px solid #a0a0a0;
}

h1.nonav {
	margin-bottom: 0.25em;
}

body {
	margin: 0;
	padding-left: 50px;
	padding-right: 100px;

	background-color: white;
	color: black;
}

div.intro {
	margin-left: -50px;
	margin-right: -20px;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;

	background-color: white;
	color: black;
}

p, li, dt {
        font-family: "georgia", serif;
	color: #303030;
}

dl dt {
	font-family: "trebuchet ms", "verdana", sans-serif;
	font-weight: bold;
}

blockquote p {
	font-family: "trebuchet ms", "verdana", sans-serif;
	font-size: 95%;
}

address {
        text-align: right;

	margin-left: -50px;
        margin-right: -100px;

        padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 20px;

	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #e0e0e0;

	font-family: "Verdana", sans-serif;
	font-size: 85%;
	font-style: inherit;
}

