BODY {
  color: #000000;
  background-color: #EEEEEE;
/*  background: ""; */
  margin-top: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  font-family: "ＭＳ 明朝";
  line-height: 1.2;
/*  text-align: center; */
}

A:link { color: #0000FF; /* font-style: italic; */ } /* 訪問していないリンク */
A:visited { color: #990099; /* font-size: small; */ } /* 訪問したリンク */
A:active { color: #FF0000 } /* 選択されたリンク */
A:hover { color: #FFFFFF; underline; } /* マウスを重ねたとき */

H1 {
  color: #00CC00;
/*  background-color: #EEEEEE; */
  margin-top: 1em;
  margin-bottom: 1em;
}

H2 {
  color: #00CC00;
/*  background-color: #EEEEEE; */
  margin-top: 1em;
  margin-bottom: 1em;
}

H3 {
  color: #00CC00;
/*  background-color: #EEEEEE; */
  margin-top: 1em;
  margin-bottom: 1em;
}

H4 {
  color: #00CC00;
/*  background-color: #EEEEEE; */
  margin-top: 1em;
  margin-bottom: 1em;
}

PRE {
  font-size: small;
  font-family: "ＭＳ 明朝";
}
