/* CSS Document */
.bluehoriz{background-image:url(bluehoriz.png);
background-repeat:repeat-x;
}
.whitetext{color:#FFFFFF;
text-decoration:none;
font-weight:500;
font-size:14px;
}
.whitetext a:link{color:#FFFFFF;
text-decoration:none;
font-weight:500;
font-size:14px;
 }
.whitetext a:visited{color:#FFFFFF;
text-decoration:none;
font-weight:500;
font-size:14px;
 }
.weatherheader{color:#006600;
font-weight:bold;}

.cityname{font-size:20px;
color:#009900;
font-weight:bold;
}
.tempraturetext{font-size: 36px;}
.contblack{background-image: url(menubg.gif);
background-repeat:repeat-x;
}
.dottedbottom{border-bottom:#CCCCCC 1px dotted;}


