body,h1,h2,p,blockquote,address {
  border: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  list-style: none;
}

/* elements */
body {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  /* background-color: #cccccc; */
  /* background-image: url(image/bg.jpg); */
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top center;
}

/* layout */
table {
  font-size: 12px;
  letter-spacing: 1px;
}

/* 標題1 */
h1 {
  vertical-align: middle;
  /* text-align: center; */
  /* font-weight: bold; */
  color: #003399;
  font-size: 22px;
}

/* td 抬頭 */
td.head {
  text-align: center;
  background-color: #cccccc;
}

/* 內容 */
td.content {
  text-align: center;
  background-color: #FFFFFF;
}

/* 更新日期, 靠右, 字灰 */
td.update {
  color: #999999;
  text-align: right;
  text-decoration: underline;
}

/* 頁尾,字白 */
td.footer {
  /* vertical-align: middle; */
  font-size: 10px;
  text-align: center;
}

/* 標題 */
td.topic {
  font-size: 14px;
  text-align: left;
}

/* li 高度 */
li {
  line-height: 1.5;
}

/* 連結 */
a {
  color: #003366;
  text-decoration: none;
}

a:hover {
  color: #0066FF;
  /* font-weight: bold; */
  text-decoration: underline;
}

/* 標題分開 */
.mark {
  color: #FF6600;
  font-weight: bold;
}
