body {
    margin: 0;
    margin-bottom: 8px;
    font-family: "Verdana", sans-serif;
        }

a {
    color: rgb(0,0,255);
}

td {
	text-align: center;
}

.top {
	background: url("Graphics/bgc.png");
}

.top table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.logo, .loc {
    box-sizing: border-box;
}

.logo {
    text-align: left;
    width: 147px;
    padding-left: 0.5em;
}

.now {
    text-align: center;
    line-height: 1.5;
}

.now .city {
    font-size: large;
    font-weight: bold;
}

.now img {
    margin-bottom: -2px;
}

.loc {
    text-align: right;
    vertical-align: bottom;
    font-size: x-small;
    width: 147px;
    padding-right: 0.5em;
}

.units {
    font-size: small;
    padding-left: 0.5em;
}

.content {
    text-align: center;
    margin: 1em;
}

.time {
    margin-bottom: 0.5em;
}

.content table {
    display: inline-block;
}

.gap {
    height: 0.2em;
}

.guide {
    margin-bottom: 0.5em;
}

.guide td {
    padding: 0.2em;
    font-size: small;
}

.main {
    table-layout: fixed;
    border: 1px solid teal;
}

.main th {
    color: white;
    background-color: green;
    text-align: left;
    padding: 0.2em;
}

.day td {
    width: 60px;
}

.day {
    width: 240px;
}

.week {
    width: 486px;
}

.week td {
    width: 70px;
}

.day .h, .day .l {
    height: 25px;
}

.h, .h td {
    background: rgb(255,192,192);
    color: red;
}

.l, .l td {
    background: rgb(192,192,255);
    color: blue;
}

.dif {
    font-size: small;
    text-align: center;
	vertical-align: middle;
}

.hrs td {
    background-color: navy;
    color: white;
    font-weight: bold;
    font-size: small;
}

.hrs .sat {
    background-color: blue
}

.hrs .sun {
    background-color: red;
}

.cor td, .guide .cor {
    background-color: rgb(192,224,255);
    color: rgb(0,64,128);
}

.wind {
    font-size: small;
    text-align: right;
    font-style: italic;
}

.indexes {
    width: 486px;
}

.indexes td {
    width: 240px;
}

.index {
    width: 100%;
}

.index .sq {
    width: 50px;
    height: 50px;
}

.sq img {
    margin-bottom: -2px;
}

.val {
    font-size: xx-large;
    font-weight: bold;
}

.uv {
    background-color: rgb(192,128,255);
    color: rgb(48,32,64);
}

.uv .desc {
    background-color: rgb(240,224,255);
}

.aq {
    background-color: rgb(192,192,0);
    color: rgb(48,48,0);
}

.aq .desc {
    background-color: rgb(240,255,128);
}

.cred {
    text-align: center;
    line-height: 1.5;
    font-size: small;
}
