.main {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

hr {
    height: 1px;
    border: 0px none #FFF;
    border-top: 1px solid #CCC;
}

:link {
    text-decoration: none;
}

:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.quote {
    border: 1px dashed black;
    padding: 5px;
}


