.quote {
    font-style: italic;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.toleft {
    margin-right: auto;
}

.toright {
    margin-left: 30%;
}

.justify {
    text-align: justify;
}

.top {
    vertical-align: top;
}

.sup {
    font-size: 0.9em;
    opacity: 70%;
}

.strong {
    color:cadetblue;
}

.strongTitle {
    color:brown;
}

.booklist-margin{
    margin-left: 20px;
}