@charset "utf-8";
@import url(info.css);
body {
  background-image: url("../../img/bg/weather.png");
}
tr, th, td {
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #FCFCF6;
}
li {
  filter: Alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background-color: #FCFCF6;
}
p a {
  filter: Alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  background-color: #FCFCF6;
}
