body,h1,h2,h3,h4,p,blockquote,address {
  border: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  list-style: none;
  /* color: #003399; */
}

/* 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;
}

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

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

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

/* tr 字置中 */
tr.center {
  text-align: center;
}

/* 標題 */
td.topic {
  font-size: 14px;
  color: #003399;
  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; */
}
