
body {
  margin: 0;
  background-color: #ffffe0;
}

blockquote {
  font-style: italic;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

.HRfat {
	width: 100%;
	height: 4px;
	background-color: rgb(0, 0, 0);}
.NAVBAR {

	font-family: helvetica;
	text-align: center;
	color: white;
	background-color: green;
}

.NAVBAR_TOC {
	border:  none;
	font-family: helvetica;
	font-size: 9pt;
	background-color: #ccff66;
}

.NAVBAR a:link {
  color: #ffffff;
}

.NAVBAR a:visited {
  color: #ffffff;
}

.NAVBAR a:hover {
  color: #ffff88;
}

.NAVBAR_TOC a:link {
  color: #0000ff;
}

.NAVBAR_TOC a:visited {
  color: #8000cc;
}

.NAVBAR_TOC a:hover {
  color: #006600;
}

.MATH table tr td {
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	margin-left: 1.4cm;
}

.notes {
	margin: 12px 5% 12px 5%;
	border: 2px solid black;
	background-color: #ddffcc;
	padding: 5px }
.notes h3 {
	text-align: center;
	text-decoration: underline;}
.notes hr { height: 1px;
	border: 0;
	background-color: black;}
	
.floatLeft {
	margin: 8px 8px 8px 0px;
	float: left;
	text-align: center;
	font-style: italic;
}

.floatRight {
	margin: 8px 0px 8px 8px;
	float: right;
	text-align: center;
	font-style: italic;
}
