body {
	background-color: #fc9;
	color: #000;
	font-family: Verdana, "Accord SF", Arial, serif;
	font-size: 15px;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-indent: 0.20in;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
    text-align: justify;
}

/*li {                    Note: adjusts indent for list line items.
	margin-left: -0.20in;
}*/

blockquote {
    text-align: justify;
    margin-left: 0.20in;
    margin-right: 0.20in;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
	text-align: left;
}

.bigindent {
    text-indent: 0.80in;
}

.littleindent {
    text-indent: 0.30in;
}

.noindent {
	text-indent: 0.00in;
}

.credit {
	font-size: 10px;
	margin-top: 0px;
	text-align: right;
}

.mid {
	margin-bottom: 0px;
	margin-top: 0px;
}

.noindent {
    text-indent: 0.0in;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.spectext {
	font-weight: bold;
	font-style: italic;
}

.under {
	text-decoration: underline;
}

.smalltable {
    margin: auto;
    width: 90%;
    border: 1px solid black;
}  




