	body {
		width: 80%;
		margin: auto;
		background: #006;
		color: white;	
		font-family: helvetica, arial, sans-serif;
	}

	.content {
		width: 80%;
		margin: auto;
		text-align: center;
}
	.title h1 {
	text-align: right;
	font-size: 1em;
	margin-bottom: 0px;
}
	.title h2 {
	text-align: right;
	font-size: 0.9em;
	color: #ff6;
	margin-top: 0px;
}

h2 { color: #ff6; text-align: left; }
p { font-size: 20pt; text-align: left; }

.factored {
	background-color: #060;
}

a { color: #9f9; text-decoration: none;}
a:hover { color: #f9f; text-decoration: underline;  }

li { padding-top: 3px; font-size: 20pt;text-align: left; }

table { text-align: center; }
th { background-color: #369; font-weight: normal; border: 1px solid #333; }
td { border: 1px solid #333; }
.total { background-color: #600; }

.nav { font-size: 0.9em; }

