*{
box-sizing: border-box;
margin:0;
padding:0;
line-height:1.2em;
font-family: sans-serif;
}
body{
width: 800px;
margin:auto;
}
.box1{
padding-left:0.5em;
background:#fff;
width: 75%;
height: 100px;
border: dashed 1px #000;
overflow-y: scroll;
}
.box2{
background:rgba(255,255,255,1.0);
}
.box3{
border: solid 2px #000;
}
h1{
text-align:left;
font-size:1em;
font-weight:lighter;
border-bottom: 1px #000 dashed;
}
h1:first-letter{
font-size: 1.5em;
color: royalblue;
}
.topcolor{
background: skyblue;
}
.insideleft{
text-align:left;
font-size:1em;
padding-left:1em;
padding-right:1em;
}
.insideright{
text-align:right;
font-size:1em;
padding-left:1em;
padding-right:1em;
}
.insidebook{
text-align:left;
font-size:1em;
padding-left:1em;
padding-right:1em;
}
input[type="submit"] {
padding: 0px 5px;
color: #000;
border: 1px solid #000;
background-color: #fff;
}
textarea {
max-width: 100%;
}
a:hover{
background: #afeeee;
border-bottom: 1px #000 dashed;
}