<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    color: #002f55;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.weather-table {
    background: #FFFFCC;
    padding: 0px;
    border: 1px solid #CCCCCC;
    padding: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #393617;
}
.weather-info {
    background: #FFFFCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.wtDestName {
    font-size: 12px;
    font-weight: bold;
    /*white-space: nowrap;*/
}
.wtDate {
    font-size: 12px;
    font-weight: bold;
}
.visImg {
    background: url(../images/weather/visibility.jpg) no-repeat;
    width: 39px;
    height: 27px;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    color: #002f55;
}</pre></body></html>