/* news.css 「網站連結」的設定 */
TABLE {
 /* border: 1px solid #999966; */
 margin: 0 auto 0 auto;
 padding: 0;
 font-size: 11px;
 letter-spacing: 0px; /* 設定文字間距 */
}
TR.list_title {
  color: #002971;
  background-color: #FFDF55;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
TR.list_content {
  color: #222222;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
}

TR.list_content TD {
  border-bottom: 1px dotted #999;
}

TR.list_content a {
  color: #222222;
  text-decoration: none;
  /* background-color: #FFDF55; */
  /* font-size: 11px; */
}

TR.list_content a:hover {
  color: #222222;
  text-decoration: underline;
  /* background-color: #FFDF55; */
  /* font-size: 11px; */
}
.highlight {
  color: #FFFFFF;;
  background: #CCCC33;
}

