.hole{
  font-size : 13px;
  line-height : 25px;
  color : #000099;
  padding : 5 6 5 7px;
  margin : 10 0 10 0px;
  border-right : 1px solid #000099;
}
.cont{
  padding : 15px;
}
H2{
  font-size : 20px;
  color : #ffffff;
  text-align : center;
  background-color : #8080c0;
  font-weight : 500;
  line-height : 25px;
  margin-top : 8px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 8px;
  width : 100%;
}
.text{
  font-size : 15px;
  line-height : 24px;
}
A{
  color : #000099;
  text-decoration : none;
}
A:HOVER{
  color : orange;
  text-decoration : none;
}