
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
        }
        main {
            padding-top: 80px;
            padding-bottom: 50px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        h1 {
            color: #006633;
            text-align: center;
            margin-bottom: 30px;
            font-size: 2.5rem;
        }
        h2 {
            color: #006633;
            border-bottom: 2px solid #ddd;
            padding-bottom: 10px;
            margin-top: 40px;
            font-size: 1.8rem;
        }
        .toc {
            background-color: #f0f8f0;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 30px;
        }
        .toc ul {
            list-style-type: none;
            padding-left: 0;
        }
        .toc li {
            margin-bottom: 8px;
        }
        .toc a {
            color: #006633;
            text-decoration: none;
        }
        .toc a:hover {
            text-decoration: underline;
        }
        .effective-date {
            text-align: center;
            font-style: italic;
            margin-bottom: 30px;
        }
        .section {
            margin-bottom: 30px;
        }
        .section p {
            text-align: justify;
        }
    