body {
  color: black;
  background-color: white;
	}
hr {
  color: black;
	background-color: white;
	}
a {
  color: black;
	background-color: white;
	text-decoration: underline;
	}
img {
  border-style: none;
	}
td.leftcol {
  border-right: thin solid black;
	border-top: thin solid black;
	}
td.centercol {
  border-right: thin solid black;
	border-top: thin solid black;
  }
td.rightcol {
	border-top: thin solid black;
  }
td.header-main-quote {
  border-top: thin solid black;
	}
p.section {
  text-decoration: none;
	text-align: center;
  color: black;
	background-color: #ffffff;
	margin-top: 5px;
}
p.section2 {
  text-decoration: none;
	text-align: center;
  color: black;
	background-color: #ffffff;
	margin-top: 5px;
  font-size: small;
}
p.category {
  text-decoration: none;
	text-align: center;
  color: black;
	background-color: #efefef;
	margin-bottom: 5px;
}
p.sectionleft {
  text-decoration: none;
	text-align: left;
  color: black;
	background-color: #ffffff;
	margin-top: 5px;
}
p.categoryleft {
  text-decoration: none;
	text-align: left;
  color: black;
	background-color: #efefef;
	margin-bottom: 5px;
}
td.hiddentext {
	background-color: #ffffff;
	color: #ffffff;
  }
a.categorylink {
  text-decoration: none;
  background-color: transparent;
}