body  {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.header {
  margin: 0;
  padding: 0;
  background-color: blue;
  color: yellow;
  text-align: center;
}

.footer {
  margin: 0;
  padding: 0;
  clear: both;
  background-color: blue;
  color: yellow;
  text-align: center;
  font-size: 80%;
}

.twoColumns {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 700px;
}

.toc {
  width: 25%;
  height: 700px;
  float: left;
  background-color: blue;
  color: yellow;
  text-align: center;
  font-size: 80%;
}

.contents {
  width: 75%;
  height: 700px;
  float: right;
  background-color: white;
  color: black;
  text-align: center;
}

a:link {
  color: yellow;
  background-color: transparent;
}

a:visited {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: yellow;
  background-color: transparent;
}

a:active {
  color: yellow;
  background-color: transparent;
}
