* {
  color: #665556;
  font-family: 'Trebuchet MS', Arial;
}
a {
  text-decoration: none;
}
body,
#wrap {
  background: #fff;
}
#header,
#column_left,
#column_right,
#footer,
.pager {
  display: none;
}
#column_center {
  width: 100%;
}
#column_center h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 17px 0;
}
#column_center h2,
#column_center h2 a {
  color: #922156;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
}
#column_center p,
#column_center ul,
#column_center ol,
#column_center table {
  margin: 0 0 17px 0;
}
#column_center ul li,
#column_center ol ul li {
  list-style: disc outside;
}
#column_center ol li,
#column_center ul ol li {
  list-style: decimal outside;
}