body {
	font-family: sans-serif;
	background-color: #CCCC99;
	text-align: left;
; color: #660000
; margin-top: 2%; margin-right: 5%; margin-bottom: 2%; margin-left: 5%
}

br { clear: none }

.less1 { font-size: small; }
.less2 { font-size: x-small; }
.more2 { font-size: x-large; }
.more1 { font-size: large; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.warning {
	color: red;
	text-style: bold;
}
.citation { font-style: italic}

:link { color: #660000;}
:hover {
	color: white;
	background: #660000;
	}
:active {
	color: white;
	background: #660000;
	}
