body {
  font-family: Arial;
  font-size: 16px;
  margin: 0px;
}
table#main {
  font-family: Times New Roman, serif;
  background-color: lightgrey;
  margin: 5px;
  border: 3px solid #6EAFFF;
  width: calc(100% - 10px);
}
td, th {
  padding: 20px;
  text-align: left;
}
td.notice {
  border: solid #888 1px;
  width: 33%;
}
a {
  color: #00F;
}
a:visited {
  color: #00F;
}
#date, .noticeDate {
  color: #6E6E6E;
  text-align: right;
}
.noticeLink {
  position: absolute;
}
td.link {
  border: 1px solid #888;
  width: 50%;
}
