
/*These set the styles for the weather table.*/

#weatherTable
{float:right;
  margin: 15px 35px 0 0;
  border:2px solid black;
  background-image:url("images/texture1.jpg");
  width: 150px;
  height:200px;
  color:white;
  font-size: 14px;
  font-family: 'Times New Roman',Times,serif;
}

#weatherTable th
{
  font-size: 24px;
}


