/* nav bars */

div#navt, div#navb {
position: relative;
display: inline;
height: auto;
font-family: sans-serif;
font-size: smaller;
font-style: italic;
text-align: center;
clear: both;
/* background-color: #add8e6; */
background-color: transparent;
color: #330099;
}

.nav {
display: inline;
text-decoration: none;
color: #330099;
}
/* .nav:hover { color: #b22222; text-decoration: none; } */
.nav:hover {
color: #8b0000;
text-decoration: underline;
}
