a.navbar:link {
    color: #ff9711;
    text-decoration: none;
}

a.navbar:visited {
    color: #ff9711;
    text-decoration: none;
}

a.navbar:hover {
    color: #ffc060;
    text-decoration: underline;
}

.navbar {
text-align:center;
}
