body {
  margin: 0;
  background-color: #fff;
  color: #000;
}

#header a {
  text-decoration: none;
  color: #aaa;
  font-weight: bold;
}

#header a:hover {
  text-decoration: none;
  color: #f30;
  font-weight: bolder;
}

table a {
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
}

table a:hover {
  font-size: 18px;
  color: #f30;
}

#header {
  position: absolute;
  top: 0;
  left: 50px;
  text-align: center;
  width: 650px;
}

#notebook {
  position: absolute;
  background-color: #fff;
  width: 700px;
  color: #000;
  margin: 0;
  padding: 0px;
  top: 100px;
  left: 0;
}

#binder {
  position: absolute;
  margin: 0;
  width: 83px;
  top: 7px;
  left: 0;
  background:url('nb_left.gif');
  background-repeat:repeat-y;
  background-align: left;
}

.content {
  position: relative;
  width: 617px;
  top: 0px;
  left: 83px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

h5 {
  font-size: 15px;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

p {
  margin: 15px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
}

#update {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
