BODY {
  /* line-height: 150%; */
  margin-left: 10%;
  margin-right: 10%;
  background:#C0D0F0;
  color:black;
}

A {
  text-decoration: none; 
}
IMG.left {
  float:left;
  /* margin-right:1em;*/
  margin-left:0;
  /* margin-bottom:100%; */
}
IMG {
  float:none;
  margin-right:0;
  margin-left:0;
  /* margin-bottom:-4px; */
}
H2 {
  background: #4060F0;
  color:white;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width:15em ;
  border-style: outset;
  border-color: #4060F1;
  border-width: 7px;
}

H3 {
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
P {
  line-height: 130%;
  margin-top: 0.4em;
  text-indent: 1em;
}

P.little {
  line-height: 100%;
  margin-top: 0em;
  text-indent: 0em;
}

EM.shin {
  font-style: normal;
  color:yellow;
  background-color:transparent;
  font-weight: bold;
}
EM.kyu {
  font-style: normal;
  color:blue;
  background-color:transparent;
  font-weight: bold;
}
EM shin {
  font-style: normal;
  color:yellow;
  background-color:transparent;
  font-weight: bold;
}
EM kyu {
  font-style: normal;
  color:blue;
  background-color:transparent;
  font-weight: bold;
}
DIV {
  display:block;
}
DIV.right {
  text-align: right;
}

DIV.center {
  text-align: center;
}
DL {
  margin-left: 5%;
  margin-right: 5%;
  line-height: 150%;
  list-style-type:none;
}

DT {
  margin-top: 1em;
  font-style: normal;
  font-weight: bold;
}

DL STRONG {
  color:red;
  background-color:transparent;
}
