/* css of pudtan */
body {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
#header {
  background: #258 url(images/header.jpg) repeat-x top right;
  height: 80px;
  margin: 0;
  padding: 0;
}
#header img {
  margin: 15px;
}
#header img.pic {
  margin-top: 0;
  margin-bottom: 0;
  float: right;
}
#toc {
  background: #369;
  color: #69c;
}
#toc a {
  color: #fff;
}
#toc li {
  list-style-type: disc; 
  margin-left: 10px;
}
#toc p {
  color: #8ad;
}
#toc h2 {
  font-size: 1.2em;
  color: #fec;
  font-style: normal;
  border-bottom: solid 1px #8ad;
}
#contentlink {
  background: #db6;
  display: block;
  text-align: left;
  padding: 5px 20px 0 20px;
}
#content {
  background: #fffff8 url(images/content.jpg) no-repeat right bottom;
}

