/* Style for the navigation menu */
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* Style for the active page in the navigation menu */
nav ul li.current-page a {
    color: #FFA500; /* Change to your desired active page color */
}
<li class="current-page"><a href="index.html">Home</a></li>
<li class="current-page"><a href="products.html">Products</a></li>