h1 {
        padding: 5px;
        border-bottom-width: thin;
        border-right-style: none;
        border-bottom-style: solid;
        border-top-color: #0066FF;
        border-right-color: #0066FF;
        border-bottom-color: #0066FF;
        border-left-color: #0066FF;
        border-left-width: thick;
        border-left-style: solid;
        margin: 10px;
		font-size: large;
}
h2 {
        margin: 5px;
        padding: 5px;
        border-bottom-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: dotted;
        border-left-style: none;
        border-top-color: #000099;
        border-right-color: #000099;
        border-bottom-color: #000099;
        border-left-color: #000099;
		font-size: large;
}
body {
  background-color: #FFFFFF;
  padding: 10px;
}
.mondai {

  padding:0px 20px 0px 20px;
}
p {
  padding:0px 20px 0px 20px;
  text-indent: 10px;
}
