html {
    font-family: sans-serif;
    line-height: 2em;
}

blockquote {
    font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
    display: block;
    overflow: auto;
    background: #EAF2FA;
    border: 1px solid #888;
    overflow: auto;
    clear: both;
    border-left: 5px #888 solid;
    padding: 5px 0 2px 10px;
    margin: 0 0 10px 20px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}


.testimonial {
    margin-left: 0.2em;
    font-style: italic;
}

.testimonialByline {
    font-size: 90%;
    float: right;
    text-align: right;
}

.separator {
    border-bottom: 1px #909090 solid;
}

h1 {
    color: #717fe5;
    margin-top: 0px;
    margin-bottom: 0.5em;
    padding-bottom: 0.1em;
    line-height: 1em;
    font-size: 220%;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #808080;
}

#address {
    text-align: center;
}

p {
margin: 0 0 22px;
}
