html {font-size:22px}

body {
    background-color: #00023F;
    color: whitesmoke;
}

a.noline, a.noline:visited {
    color: aliceblue;
    text-decoration: none;
}

a.noline:hover {
    color: #eee;
}

a, a:visited {
    color: aliceblue;
}

a:hover {
    color: #eee;
}

.logoTable tr, .logoTable th {
border-style : hidden!important;
font-family: fantasy;
}

table, tr, th, td, caption {
border: 1px solid #eee;
font-family: 'Times New Roman', serif;
border-collapse: collapse;
padding: 0.5rem;
}