body {
  background-color: #000;
}

#weatherballDiv {
  background-color: #000;
  margin: auto auto;
  text-align: center;
}

#weatherballImage {
  width: 50%;
  height: 50%;
}

#weatherballText {
  color: #f00;
  font: 1.8em Georgia, serif;
}

a:link, a:visited {
  text-decoration: underline;
  color: #fc2;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
}

img {
  vertical-align: middle;
  border: none;
}

.headline {
  margin: auto auto 0;
  font: 1.2em "Times New Roman", serif;
  color: #fc2;
  text-align: center;
}

.title {
  font-size: .7em;
  line-height: 1em;
  color: #fff;
  text-align: right;
}

.credit {
  font: .8em 'Times New Roman';
  color:#fff;
}

.crafted {
   font: .8em 'Times New Roman';
   color:#fff;
   text-align:center;
   margin: auto auto;
}
