body {
	font-family: "Optima", "Utopia", "Georgia", "Times", "Times New Roman", serif;
}
.clear {
	clear: both;
}

h1, th {
	color: #c08;
	font-family: "Skia", "Trebuchet MS", "Luxi Sans", sans-serif;
	margin: 0;
	font-weight: normal;
	text-align: left;
}
p, td {
	margin: 0.5em 200px 0 1em;
	line-height: 1.3em;
}
td, th {
	border-bottom: 1px solid #ddf;
}
td.accent, th.accent {
	background: #e8e8ff;
}

a {
	color: #359;
	text-decoration: none;
	border-bottom: 1px solid #c08;
}
a:hover {
	color: #c08;
	text-decoration: underline;
	border-bottom: none;
}
