.order a {
color: midnightblue;
text-decoration: none
}

.order a:hover {
text-decoration: underline;
color: red
}

.links a {
color: Black;
text-decoration: none
}

.links a:hover {
color: steelblue;
text-decoration: underline;
}

.bar a {
text-decoration: none;
color: White
}

.bar a:hover {
text-decoration: none;
color: White
}