/** Style from boxWeather **/

#boxWeather {
  width:160px;
  border:1px solid #cacaca;
  text-align:center;
}
#boxWeather h4 {
  margin:0px;
  padding:2px;
  background-color:#f8f8f8;
}
#boxWeather a {
  text-decoration:none;
}
#boxWeather img {
  border:none;
  width:150px;
  margin:3px;
}

