.Heading {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}
.Quote {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-style: italic;
}
.Sidenote {
    background-color: #EAEAEA;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
}