body   {
	font-family: "Times New Roman", Times, serif;
	margin: 10px 20px;
	padding: 0 10px;
}
a {
	color: #900;
	text-decoration: none;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #900;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 0;
	margin-left: 14px;
}
h1 {
	font-size: 175%;
	font-weight: normal
}
h2 {
	font-size: 135%;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 120%;
	font-weight: normal;
}
.subtitle {
	font-style: italic;
	font-weight: normal;
	font-size: 160%;
}
.caption {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.copyright {
	font-size: 95%;
	font-style: italic;
}
.footernjca {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	padding: 2px;
	border-top: 1px dotted #000033;
}
.largebold {
	font-size: 150%;
	font-weight: bold;
}
.cell {
	background-color: #fc0;
}
.red {
	color: #990000;
}

