body {
            font-family: 'Lato', sans-serif;
            text-align: justify;
            font-weight: 400;
            font-size: 14px;
            color: #000;
            margin: 0px auto;
            width: 800px;
            max-width: 100%;
        }
        
        #header { 
            min-height: 100px;
            padding: 0px 0px 20px 0px;
            margin: 0px 30px 0px 30px;
            font-family: 'Raleway', sans-serif;
            font-size: 20px;
            color: black;
            text-transform: uppercase;
            display: block;
            background-image: linear-gradient(to right, black 20%, rgba(255,255,255,0) 0%);
			background-position: bottom;
			background-size: 5px 1px;
			background-repeat: repeat-x;
        }
        
        #newsletter {
            margin-top: 30px;
            color: #2262ae;
            float: left;
            text-align: left;
            font-weight: 900;
            letter-spacing: 1px;
        }
        
        #light {
            font-weight: 200; 
            color: black;
            letter-spacing: normal;
        }

        #logo {
            float: right;
        }

        h1, h2, h3, h4 {
            font-family: 'Raleway', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
          }

        h1 { color: #2262ae; }
        h2 { color: #000; }
        h3 { color: #384452; }
        h4 { color: #384452; }

        #content {
            padding: 0px;
            display: block;
        }

        #title {
            background-image: linear-gradient(to right, black 20%, rgba(255,255,255,0) 0%);
            background-position: bottom;
            background-size: 5px 1px;
            background-repeat: repeat-x;
            padding: 0px 0px 20px 0px;
            margin: 0px 30px 0px 30px;
            display: block;
        }

        #paper {
            padding-left: 30px;
            padding-right: 30px;
        }
        
        .highlight {
            color: #2262ae;
            font-weight: bold;
        }
        
        img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 100%;
        }
        
        table {max-width: 100%; }
        
        table, td, th {
            border: 1px solid black;
            border-collapse: collapse;
            max-width: 100%;
        }
        
        td, th { 
            height: 20px; 
            padding: 3px;
        }
        
        th {
            background-color: #2262ae;
            color: white;
        }
        
        figcaption { text-align: center; }
        
        .author {
            clear: both;
            overflow: auto;
            padding-left: 15px;
        }
        
        .profile-img {
            float: left;
            width: 120px;
            margin: 15px;
            border-radius: 50%;
            border: 3px solid #2262ae;
        }
        
        .profile-sig {
            width: 121px;
            margin: 0px;
            border-radius: 50%;
            border: 3px solid #2262ae;
        }
        
        .profile-p {
            padding-bottom: 15px;
            padding-left: 15px;
            display: block;
        }
        
        .profile-author {
            margin-top: -15px;
        }
        
        a { color: #000; }