BODY {
  background-color: #FFEFD5 ;
  font-size: 12px;
  margin-top: 0px;            /* 上の余白 */
  margin-bottom:0px;         /* 下の余白 */
} 
A { text-decoration:none }
A.link { text-decoration:none }

A.lnk {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* 文字装飾 */
  color: #8b4513; /* 文字の色 */
}
// 現在開いているリンク
A.lnk:active  {
  text-decoration: none; /* 文字装飾 */
  color: darkorange; /* 文字の色 */
  font-weight: bold 
}
// 訪問済みリンク
A.lnk:visited {
  text-decoration:none; /* 文字装飾 */
  color: #8b4513; /* 文字の色 */
}
/* マウスカーソルが上に来た時のリンク */
A.lnk:hover {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
  background-color: #8b4513; /* 背景色 */
  font-weight: bold 
}
P { line-height: 150%;  /* 行間はフォントの200% */
  text-indent: 1em
}      
TD {
  font-size: 12px;           /* フォントの大きさ */
  line-height: 26px;          /* 行間 */

}
H1 { font-size: 12px;
  line-height: 10px          /* 行間 */
}
H2 { font-size: 12px;
  text-indent: 2em;
  line-height: 10px          /* 行間 */
}
