﻿body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #660000;
}

h2 { page-break-before: always; }

h4 {
	color: #006633;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: large;
}

ol  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align: left;
}

blockquote {
	width: 600px;
	margin: 10px;
	padding: 15px;
	background-color: #EDEDED;
	text-align: left;
}

.standard  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}

.indent {margin-left: 3em}

.pic-left {
	border-width: 0;
	float: left;
	margin: 10px 15px;
	border-color: white;
}
.pic-right {
	border-width: 0;
	float: right;
	margin: 10px 15px;
	border-color: white;
}
