/* Start custom CSS */.headline {
            font-size: 1.75rem;
            font-family: Georgia, serif;
            color: #4E443C;
            font-variant: small-caps;
            text-transform: none;
            font-weight: 100;
            margin-bottom: 0;
        }

        .paragraph {
            margin-top: .5em;
            margin-right: 4px;
            color: #666;
            text-align: justify;
            text-justify: inter-word;
            font-family:"Times New Roman", Georgia,Serif;
        line-height:135%;
        font-size:100%;
        }


        .paragraph-start {
            font-family: Georgia, serif;
            font-size: .8em;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;

        }/* End custom CSS */