```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Junior Pickleball Holiday Classic</title>
</head>
<body style="margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; background-color:#f4f4f4; color:#222222;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color:#f4f4f4;">
<tr>
<td align="center" style="padding:30px 15px;">
<table width="700" border="0" cellspacing="0" cellpadding="0" style="width:100%; max-width:700px; background-color:#ffffff; border-radius:8px; overflow:hidden;">
<!-- Header -->
<tr>
<td style="background-color:#0b3d2e; padding:40px 30px; text-align:center;">
<h1 style="margin:0; font-size:34px; line-height:40px; color:#ffffff;">
Junior Pickleball Holiday Classic
</h1>
<p style="margin:15px 0 0 0; font-size:18px; line-height:28px; color:#d9f3ea;">
December 4–5 • Pickleball Warehouse • Marionville, Missouri
</p>
</td>
</tr>
<!-- Intro -->
<tr>
<td style="padding:35px 30px 20px 30px;">
<p style="margin:0 0 20px 0; font-size:18px; line-height:30px;">
Get ready for one of the most exciting junior pickleball weekends of the year at the
<strong>Junior Pickleball Holiday Classic</strong>, coming to beautiful Marionville, Missouri —
just a short drive from the holiday magic of Branson.
</p>
<p style="margin:0 0 20px 0; font-size:18px; line-height:30px;">
We are excited to bring the Junior Pickleball Network Tour to this area for the very first time,
creating an unforgettable weekend for players and families alike. As more schools and communities
embrace pickleball, this event is about more than competition — it’s about confidence, friendships,
sportsmanship, and building a community that grows together on and off the court.
</p>
<p style="margin:0; font-size:18px; line-height:30px;">
Families are invited to experience one of the most beautiful times of the year in the Ozarks while
enjoying the incredible Christmas atmosphere that makes Branson a nationally loved holiday destination.
Come compete, connect, and make memories together.
</p>
</td>
</tr>
<!-- Divisions -->
<tr>
<td style="padding:10px 30px 10px 30px;">
<h2 style="margin:0 0 15px 0; font-size:26px; color:#0b3d2e;">
Divisions
</h2>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:8px 0; font-size:18px;">• 18 & Under</td>
</tr>
<tr>
<td style="padding:8px 0; font-size:18px;">• 16 & Under</td>
</tr>
<tr>
<td style="padding:8px 0; font-size:18px;">• 14 & Under</td>
</tr>
<tr>
<td style="padding:8px 0; font-size:18px;">• 12 & Under</td>
</tr>
</table>
</td>
</tr>
<!-- Schedule -->
<tr>
<td style="padding:20px 30px;">
<h2 style="margin:0 0 15px 0; font-size:26px; color:#0b3d2e;">
Tournament Schedule
</h2>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding:10px 0; font-size:18px; line-height:28px;">
<strong>Friday Night:</strong> Optional Team Event
</td>
</tr>
<tr>
<td style="padding:10px 0; font-size:18px; line-height:28px;">
<strong>Saturday:</strong> Singles and Doubles Competition
</td>
</tr>
</table>
</td>
</tr>
<!-- Rules -->
<tr>
<td style="padding:0 30px 30px 30px;">
<p style="margin:0; font-size:18px; line-height:30px;">
All matches will follow USA Pickleball rules.
</p>
</td>
</tr>
<!-- Closing -->
<tr>
<td style="background-color:#f0f7f4; padding:35px 30px; text-align:center;">
<p style="margin:0; font-size:20px; line-height:34px; color:#0b3d2e; font-weight:bold;">
Whether your athlete is chasing medals, preparing for school competition,
or simply falling in love with the game, the Junior Pickleball Holiday Classic
is designed to inspire the next generation of players while giving families
a weekend worth remembering.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
```