BODY{
  
  background-color : white;
  background-image : url(kousho3.jpg);
}
H1{
  color : white;
  background-color : #9f4b4e;
  text-align: center;
  border-top-color : white;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H2{
  color : white;
  background-color : #9f4b4e;
  text-align: center;
  border-top-color : white;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: double;
  border-top-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-width : 3px;
}
H3{
  color : white;
  background-color : #9f4b4e;
  text-align: center;
  border-top-color : white;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  padding-top : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  padding-left : 3px;
  border-style : double;
  border-top-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-width : 3px;
}
H4{
  color : white;
  background-color : #9f4b4e;
  text-align : center;
  border-top-color : white;
  border-left-color : white;
  border-right-color : white;
  border-bottom-color : white;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  border-style : double;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
}
H5{
  color : white;
  background-color : #9f4b4e;
  text-align : center;
  border-top-color : white;
  border-left-color : white;
  border-right-color : white;
  border-bottom-color : white;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-style : double;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
}
H6{
  color : white;
  background-color : #9f4b4e;
  text-align : center;
  border-top-color : white;
  border-left-color : white;
  border-right-color : white;
  border-bottom-color : white;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-style : double;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
}
HR{
  
  height : 3px;
  color : #9f4b4e;
  background-color : #9f4b4e;
}
P{
  color : #9f4b4e;
}
A:visited{
  color : #9f4b4e;
  text-decoration : none;
}
A:hover{
  color : #ff8c00;
  font-weight : normal;
  text-decoration : underline;
}
A:active{
  color : red;
  text-decoration : none;
}
TH{
  font-weight : normal;
}
A{
  color : blue;
  text-decoration : none;
}
.ex1{
font-size:16px;
line-height:30px;
}