/* Custom Styles for Navigation Links */
.nav-links a {
    color: #244c0c; /* Set a static color */
    text-decoration: none; /* Remove underline */
    font-size: 16px; /* Adjust to your desired default size */
    font-family: Times New Roman, serif; /* Adjust to your desired default font */
    font-weight: normal;
    line-height: normal;
    }

    .nav-links a:hover {
    text-decoration: underline; /* Add underline on hover */
    font-size: 16px; /* Adjust to your desired default size */
    font-family: Times New Roman, serif; /* Adjust to your desired default font */
    font-weight: normal;
    line-height: normal;
    }

    .nav-links a:visited {
    color: #244c0c; /* Prevent color change after visit */
    }

    
    