body {
    font-family: "Times New Roman";
    font-size: 20px;
    margin: 20px;
    background-color: #cdf;
}

p {
    line-height: 21px;
}

h1 {
    border-style: double;
    background-color: #4682B4;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 7px;
    padding: 4px;
    text-align: left;
    letter-spacing: .1em;
}

h2 {
    font-size: 21px;
}
    

