@charset "utf-8";
/* CSS Document */
#azmnWeather{
    text-align:left;
    height:200px;	
/*    width:207px;
    border:1px solid #dfdee2;
    color:#333;
    padding:5px;
    background-color:#f9f9f9;*/

}
#WeatherTitle{
    color:#000000;
    font-weight:bold;
}
#WeatherBox{
    color:#000000;
}
#WeatherBox img {
    float:left;
}
#WeatherBox a:link,#WeatherBox a:visited {
    float:left;
    font-weight:bold;
    color:#999999;
}

