/* CSS Document */

span.searchword {
  background-color: yellow;
}
body {
  font-family: "Times New Roman", Times, serif;
  font-size: medium;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url(/images/background.png);
}
a.link {
  color: #0000FF;
  text-decoration: underline;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
th {
  font-weight: bold;
  background-color: #CFE8FE;
  background-image: none;
}
table.menu {
  font-size: small;
  background-color: #FFFFCC;
  background-image: none;
}
div.box {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: smaller;
}
div.title {
  background-color: #CFE8FE;
  border-top: 1px solid #000000;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}
div.title:hover {
  background-color: #BFD8EE;
}
div.entry {
  background-color: #FFFFCC;
  padding-left: 2px;
  padding-right: 2px;
}
