body { font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; max-width: 800px; }
h1, h2 { color: #2c3e50; }
a { color: #2980b9; text-decoration: none; }
a:hover { text-decoration: underline; }
ul { margin-left: 20px; }
.highlight { font-weight: bold; }

.increments-table {
width: 100%;
border-collapse: collapse;
max-width: 600px;
margin: 20px auto;
font-family: Arial, sans-serif;
}

.increments-table th,
.increments-table td {
border: 1px solid #ddd;
padding: 10px 15px;
text-align: center;
}

.increments-table th {
background-color: #2c3e50;
color: #fff;
}

.increments-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
