.navbuttons{height:16px;margin:0 auto 3rem 0}
.navbuttons ul{margin:0;padding:0;list-style-type:none;display:flex;flex-flow:row;align-items:center;justify-content:space-around}
.navbuttons li{height:1rem;padding:0;font-size:90%;text-align:center;background:#466071}
.navbuttons a{display:block;width:10rem;color:#CCCCCC;text-decoration:none;background:#466071;
border:2px outset #000000}    
.navbuttons a:hover{background:#69808F;text-decoration:none}
.navbuttons a:visited{color:#CCCCCC}
.navbuttons a:active{border:2px inset #000000;background:#13202A}
a.inactive,a.inactive:hover,a.inactive:visited,a.inactive:active{border:2px solid #929292;background:#466071;color:#929292}
