#content {
  background: url(../images/center_column_background_red.gif) top left no-repeat #fff;
}
#linkpage h1 {
  color: #fff;
  margin: 0;
  font-size: 18pt;
}
#submitlink {
  text-align: center;
  font-size: 9pt;
  margin-bottom: 20px;
}
#submitlink a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #f00;
}
#submitlink a:hover {
  background-color: #f00;
}

#linklist {
  width: 470px;
}
#linklist a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #f00;
}
#linklist a:hover {
  background-color: #f00;
}
#linklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#linklist ul.header {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}
#linklist li {
  display: block;
  float: left;
  font-size: 10pt;
}
#linklist li.cat {
  width: 50px;
  text-align: center;
}
#linklist li.cat a {
  border-bottom: none;
  text-align: center;
}
#linklist li.cat a:hover {
  background-color: transparent;
}
#linklist li.link {
  width: 295px;
}
#linklist li.hits {
  width: 50px;
  text-align: center;
}
#linklist li.clearit {
  width: 470px;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #f00;
}
.pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.pagination a {
  color: #fff;
  background-color: #f00;
  padding: 2px;
  text-decoration: none;
}
.pagination a:hover {
  color: #000;
  background-color: transparent;
}