 body {
            font-family: 'Segoe UI', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 850px;
            margin: 40px auto;
            padding: 0 20px;
        }
        h1 {
            color: #000;
            border-bottom: 2px solid #333;
            padding-bottom: 10px;
            font-size: 2rem;
            text-align: center;
        }
        h2 {
            color: #1a1a1a;
            margin-top: 30px;
            font-size: 1.5em;
            border-left: 4px solid #000;
            padding-left: 10px;
        }
        p {
            margin: 10px 0;
        }
        ul {
            list-style: none;
            padding-left: 0;
        }                                                         
        li {
            margin-bottom: 8px;
        }
        /* Requested class for inner headings/spans */
        .inner-heading {
            font-weight: bold;
            color: #000;
            margin-right: 5px;
        }
        .last-updated {
            font-style: italic;
            color: #666;
        }
        .contact-list li {
            margin-bottom: 5px;
        }