body {
    background-color: white;
    background-image: none;
    color: black;
    text-align: center;
    font-family: sans-serif
}

table {
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.tempnow {
    color:red;
    font-size:2em;
    margin-top: 1em;
    /* https://css-tricks.com/how-to-create-neon-text-with-css/ */
    /*    text-shadow: [x-offset] [y-offset] [blur-radius] [color]; */
    text-shadow: 1px 1px black, 3px 3px 5px grey;
    /* border-bottom: 1px solid transparent; */
    -webkit-text-stroke: 0.3px black;
}

.tempnowcold {
    color:red;
    font-size:2em;
    margin-top: 1em
}

.tempnowwarm {
    color:blue;
    font-size:2em;
    margin-top: 1em
}

.temp24h {
    font-size:1.5em
}

a:link,a:visited {
    text-decoration: underline;
    color: #01499A
}

@media screen {
    .navig {
        position: absolute;
        top: 0.5em;
        left: 0.5em;
        text-align: left
    }
}

@media print {
    .navig {
        display: none
    }
}
