.navtable {
            width: 1350px;
            background: #c0c0c0;
            border-collapse: collapse;
            table-layout: fixed;
        }
        .navtable td {
            border: 5px outset MediumBlue;
            padding: 7px 9px;
            text-align: center;
            background: #040720;
            background: linear-gradient(0deg,rgba(4, 7, 32, 1) 0%, rgba(11, 16, 66, 1) 37%, rgba(16, 22, 87, 1) 61%, rgba(3, 204, 0, 1) 100%);
            transition: all 0.1s;
        }
        .navtable td:hover {
            background: #DC381F;
            border-style: inset;
        }
        .navtable a {
            color: #E42217;
            text-decoration: none;
            font-weight: bold;
            font-family:"Calisto MT", serif;
            font-size: 13px;
        }
        .navtable a:hover { color: blue; }