
        
     :root {
        background-color: #e34b44;
    }
      body {
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            background-color: whitesmoke;
            color: #333;
            margin: 0px 10px;
            padding: 75px;
        }
        
     
        img {
            margin: 1px 50px;
            width: 40%;
          }
    
        h2 {
           color: #000000;
            border-bottom: 5px solid #000000;
            padding-bottom: 5px;
            text-transform: uppercase;
        }
        
        h3 {
            font-size: larger;
            color: #e34b44;
            margin-top: 5px;
        }
        
        h4 {
            color: #000000;
            font-weight: normal;
            font-style: italic;
            margin-top: 5px;
        }
        
        p {
            line-height: 1.6;
            margin: 4px;
            padding-right: 100px;
        }
        dt {
            margin-bottom: 5px;
            margin-top: 5px;
        }
        dd {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        ul em{
            list-style-type: circle;
            margin-left: 70px;
            margin-top: 15px;
            padding-left: 40px;
            padding-right: 300px;
        }
        
        li {
            margin-bottom: 5px;
            margin-top: 5px;
        }
        
        strong {
            color: #e34b44;
        }
        
        div {
            text-align: left;
            font-size: 20px;
            margin: 1px 50px;
            margin-bottom: 20px;
        }
        
        time {
            color: #444;
            font-weight: bold;
        }
        
        em i {
            color: #e34b44;
        }
        a:link { color: rgb(224, 86, 116) }
        a:visited { color: rgb(60, 3, 3) }
        a:hover { color: rgb(121, 98, 184) }
        a:active { color: rgb(74, 128, 140) }
