

img{
border: 0px;
}

textarea {color: midnightblue; font-size: small; font-family: sans-serif } 

BODY { color: midnightblue; font-size: small; font-family: sans-serif } /* 全体の文字色 */
h1 {font-family: sans-serif; font-weight: 10; }

A:link {
  color: steelblue; 
  text-decoration: none; /* 文字装飾 */
}
/* 訪問済みリンク */
A:visited {
  color: steelblue; 
  text-decoration: none; }
/* 現在開いているリンク */
A:active {
  color: steelblue; 
  text-decoration: none; }
/* マウスカーソルが上に来た時のリンク */
A:hover {
  color: steelblue; /* リンクの色 */
  position : relative;
  top: 1px; /* 下に動く大きさ */
  left: 1px; /* 右に動く大きさ */
}
