.title {
        font-size: 24px;
        font-weight: bold;
}
.main {
        border: 1px black solid;
        width: 750px;
        padding: 20px;
        background-color: white;
        text-align: left;
}
.menuBar {
        background-color: #990033;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        height: 20px;
}
.menuItem {
        float: right;
        color: white;
        font-weight: bold;
        text-align: right;
}
.menuItem a {
        color: white;
        padding-right: 10px;
        padding-left: 10px;
        text-decoration: none;
}
.menuItem a:hover {
        background-color: #E1AEB4;
    color: black;
        padding-right: 10px;
        padding-left: 10px;
}
.testimonial {
        margin: 0 40px 10px 40px;
        font-family: courier;
        font-size: 10pt;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        padding: 5px 0 5px 0;
}
