/* link.css */



#link-field {
  height:200px;
  padding:0 0 0 210px;
  background:url(./img/link-image.jpg) no-repeat left top;
}
html>body #link-field {
  height:auto;
  min-height:200px;
}

#body h3 a:hover {
  color:#333;
}

#body dl.date-table dt {
  background:#fff;
}
#body dl.date-table dd a {
  font-weight:bold;
}

