
        body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; }
        h1 { color: #e67e23; border-bottom: 2px solid #e67e23; padding-bottom: 10px; }
        h2 { color: #e67e23; margin-top: 20px; }
        h3 { color: #003366; }
        table { border-collapse: collapse; width: 100%; margin: 20px 0; }
        th, td { border: 1px solid #ddd; padding: 10px; text-align: left; }
        th { background-color: #f2f2f2; }
        ul { margin: 10px 0; padding-left: 20px; }
        li { margin-bottom: 8px; }
        .highlight { background-color: #ffffcc; padding: 2px 5px; font-weight: bold; }
        .cta-button { 
            display: inline-block; 
            background-color: #e67e23; 
            color: white; 
            padding: 10px 20px; 
            margin: 10px 5px; 
            text-decoration: none; 
            border-radius: 5px; 
            font-weight: bold; 
        }
        .quote { font-style: italic; margin: 20px 0; padding-left: 15px; border-left: 3px solid #e67e23; }
    