BODY.main {
       margin-left: 10%;
       margin-right: 10%;
       font-family: Georgia, "Times New Roman", Times, serif
     }


.quote {
       color: #000000;
       background-color: #FFFFFF;
       font-family: Georgia, "Times New Roman", Times, serif
     }


HR   {
       color: #000000;
       height: 1px
     }


A:link    { color: blue }
A:active  { color: red }
A:visited { color: purple }
A:hover   { color: red }

A   {
     text-decoration: none;
    }


.indent {
       text-indent: 10px
     }
