body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

h1 {
    color: #2c3e50;
    text-align: center;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.effective-date {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.intro {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

h2 {
    color: #2c3e50;
    margin-top: 30px;
    border-left: 4px solid #3498db;
    padding-left: 10px;
}

ul {
    list-style-type: none;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
    position: relative;
}

ul li:before {
    content: "•";
    color: #3498db;
    position: absolute;
    left: -15px;
}

.contact {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
}

.contact a {
    color: #3498db;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
} 