<!--
Literature.org Top Level Style Sheet
-->

.title {
	text-align: right;
}

p {
	font-family: helvetica, sans-serif;
}

.subadd {
	font-size: smaller;
	color: green;
}

.subrm {
	font-size: smaller;
	color: red;
}

.notes {
	font-size: smaller;
	text-align: right;
}

.list-one {
	font: bold;
}

.list-two {
	font: normal; 
}

.list-three {
	font: smaller bold;
}

.list-four {
	font: smaller normal;
}

body {
	background: white;
	font-family: helvetica, sans-serif;
}

table {
	border: 0;
	font-family: helvetica, sans-serif;
}

td {
	vertical-align: top;
	font-family: helvetica, sans-serif;
}

td.nav {
	background: beige;
}

td.text {
	background: #c0f0f0;
}

td.margin {
	background: #d0d0d0;
}

td.navtopleft {
	background: #d0d0d0;
	vertical-align: top;
}

td.navbotright {
	background: #d0d0d0;
	vertical-align: bottom;
}

p.note {
	font-size: 9pt;
}

blockquote.note {
	font-style: italic;
}

