body {
        background: white;
}

strong {
        color: red;
}

h1 {
 line-height: 125%;
 vertical-align: bottom;
 color: black;
 background-color: #B0E0E6;
 text-align: left;
 text-decoration: none;
 margin-top: auto;
 margin-right: auto;
 margin-left: auto;
 height: auto;
 border-style: inset;
 border-right-width:0;
 border-top-width:0;
 border-left-style: solid;
 border-left-width: 12px;
 border-bottom-width: 0;
 border-color: #4682B4;
 text-indent: 10px;
 font-family: Georgia;
}

h2 {
  line-height: 100%;
  border-style: outset;
}
