body {
	background-color: white; }
p {
	margin-top: 3px;
	margin-bottom: 3px; }
td {
	margin-top: 3px;
	margin-bottom: 3px; }
a:link {
	color: white;
	font-weight: normal;
	text-decoration: none; }
a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none; }
a:hover {
	color: blue;
	font-weight: normal;
	text-decoration: none; }
a:active {
	color: red;
	font-weight: normal;
	text-decoration: none; }
h1 {
	color: navy;
	font-size: 2em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px; }
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px; }
h3 {
	font-size: medium;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px; }
h4 {
	color: white;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px; }
h5 {
	color: gray;
	font-size: 0.83em;
	font-weight: normal;
	text-decoration: none;
	top: 3px;
	bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black; }
h6 {
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	line-height: 150%;
	text-decoration: none;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px; }
.class1 {
	color: white;
	background-color: gray;
	text-indent: 12px;
	margin: 3px 0;
	padding-top: 2px;
	padding-bottom: 2px; }
ol {
	list-style-type: decimal;
	margin: 6px 0 2px 20px; }
ul {
	margin: 6px 0 2px 20px;
	list-style-type: disc; }
