body {
  background-color: #FC6505;
	margin: 0px;
	padding:0px;
}
.toc-element a {
  font-family: helvitica, arial;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
  text-decoration: none;
  height: 22px;
  display: inline;
  color: black;
  background-color: #cccccc;
  border-top: 2px #dddddd solid;
  border-left: 2px #dddddd solid;
  border-bottom: 2px #888888 solid;
  border-right: 2px #888888 solid;
}
.toc-element a:hover {
  color: white; 
  background-color: #FC6505;
}
p {
  font-family: times, serif;
  font-weight: normal;
  font-size: 100%;
  margin-left: 3em;
  margin-right: 45px;
}
.mainpage {
	padding:0px;
	margin: 0px;
  width: 80%;
  background-color: white;
  position: relative;
  left: 10%;
}
.section {
  margin-top: 0px;
  width: 100%;
  background-color: white;
}
.section li {
  font-family: helvitica, arial;
  margin-left: 5em;
  margin-bottom: 10px;
  font-weight: bold;
}