﻿.nav-container {
    background-color: #002060;
}

.nav-link-container {
    float:right;
    font-size: large;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-links {
    color: white;
    text-decoration: underline;
    /* This replaced 3 &nbsp; it's so links don't but up against each other*/
    margin-left: 0.4em;
}
