﻿nav {
    /* Background color for the navigation bar */
    background-color: #71B2D2;
}

nav ul li a:hover {
    /* Background color for the navigation bar mouse-over highlight */
    background-color: #7CC1DE;
}