body {
	background-color: #ffffff;
	color: #000000;
}

body, td, th {
	color: #000000;
}

.dh1 {
	padding: 9px 0px 0px 0px;
}

h1 {
  font-family: times;
  font-size: 17px;
  //line-height: 18px;
  font-weight: bold;
	color: #000066;
	display: inline;
}

h2 {
  font-family: times;
  font-size: 14px;
  //line-height: 14px;
  font-weight: bold;
	color: #000066;
  margin-left: 20px;
	display: inline;
}
h3 {
  font-family: times;
  font-size: 13px;
  //line-height: 13px;
	color: #000066;
  margin-left: 40px;
	display: inline;
}

a {
	color: #336600;
}
a:hover {
  background: #66ff66;
}
