/*VisualCrossing Weather API Style Sheet*/
body {
    background-color: rgb(255, 255, 255); 
    font-family: "ScalaSansOT";
    /*border: solid black 1px;*/
}
main {
    position: absolute;
    left: 0px;
    top: 0px;
    /*border: solid black 1px;*/
}
.curday {
    position: absolute;
    height: 20px;
    width: 100px;
    left: 100px;
    top: 0px;
    font-size: 26px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}
.curmth{
    position: absolute;
    height: 20px;
    width: 225px;
    left: 75px;
    top: 25px;
    font-size: 26px;
    color: rgb(0, 0, 0);
}
.curtime{
    position: absolute;
    height: 30px;
    width: 225px;
    left: 90px;
    top: 55px;
    font-size: 35px;
    color: rgb(0, 0, 0);
}
.curtmp {
    position: absolute;
    height: 22px;
    width: 37px;
    left: 50px;
    top: 95px;
    font-size:35px;
    color: rgb(0, 0, 0);
}
.curimg{
    position: absolute;
    height: 22px;
    width: 22px;
    left: 150px;
    top: 95px;
}
.curimg > img{
    height: 26px;
}
