a {
text-decoration: none;
color: #636668;
}
.category-fl {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.category-content { display: none; padding: 20px; border: 1px solid #ccc; }
    .category-content.active { display: block; }
    .category-tab { padding: 8px 16px; margin: 5px; cursor: pointer; }
    .category-tab.active { background: #007bff; color: white; }
  table {
    width: 1200px;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
        }
        th {
            background-color: #FF6600; 
            color: white;
            padding: 8px;
            text-align: left;
            border: 1px solid #ddd;
        }
        td {
            padding: 8px;
            border: 1px solid #ddd;
            vertical-align: middle;
        }
        .red-text {
            color: #FF0000;
            font-weight: bold;
        }
        .orange-text {
            color: #FF6600; 
        }