BODY{
  background-image: url('./image/kabe.gif');
  font-family : sans-serif;
}

H1{
  font-size : 12pt;
  font-weight : bold;
  border-left : solid 4px #303fcf;
  border-bottom : dotted 3px #303fcf;
}

H2{
  font-size : 12pt;
  font-weight : normal;
  border: solid 2px black;
}

H4{
  font-size : 12pt;
  font-weight : bold;
  border-left : solid 4px #ba2636;
  border-bottom : dotted 3px #ba2636;
}

H5{
  font-size : 12pt;
  font-weight : bold;
  border-left : solid 4px #00ff00;
  border-bottom : dotted 3px #00ff00;
}

H3{
  font-size : 12pt;
  font-weight : normal;
  border: dashed 4px black;
}

.right{
  text-align: right;
}

.left{
  text-align: left;
}
