body {
background-color: #68b3bb;
color: white;
}
H1  {
  font-family: Georgia, "Trebuchet MS", Helvetica;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: #fff8ac;
}
h1 a:link {
	color: #fff8ac;
}
h1 a:visited {
	color: #fff8ac;
}
h1 a:active {
	color: #fff8ac;
}
h1 a:hover {
    color: #990000;
}
H2  {
  font-family: Georgia, "Trebuchet MS", Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: white;
}
H2:first-letter  {
	font-size: 24px;
}
H3  {
  font-family: Georgia, "Trebuchet MS", Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: #fff8ac;
}
H4  {
  font-family: "Trebuchet MS", Helvetica;
      font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #fff8ac;
  margin: 0 3em 0 3em;
	border: #fff8ac 1px solid;
	padding: 5px;
	text-align: center;
}
H5  {
  font-family: "Trebuchet MS", Helvetica;
      font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #34595d;
  margin: 0;
}
H6  {
	color: #999999;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
  margin: 0;
}
H6 A:Active, H6 A:Visited, H6 A:Link {
	color: #999999;
}
H6 A:Hover {
  color: white;
}
.border {
border : white 1px solid;
}
.rightpane p {
margin: 8px 0;
}
.normalform {
text-align: right;
color: white;
}
.datatable {
border-collapse: collapse;
border: white solid 1px;
}
.datatable td {
border: #b4d9dd solid 1px;
}

