body {
  font-family: "Times New Roman",Times,serif;
  font-size: medium;
  color: #5d6e5b;
  font-weight: normal;
  background-image: url(temperature.gif);
  background-repeat: no-repeat;
  background-position: center top;
}
a:link {
  color: #05750a;
  text-decoration: none;
}
a:hover {
  color: #339999;
  background-color: #66ffff;
}
a:visited {
  color: #330000;
}
.main {
  padding: 10px;
  overflow: visible;
  min-width: 880px;
  position: relative;
  clear: none;
  visibility: visible;
}
.item {
  border-right: 5px outset #666666;
  border-bottom: 10px outset #666666;
  margin: 10px 1%;
  padding: 1%;
  background-color: #b2d7ff;
  width: 35%;
  min-width: 300px;
  float: left;
  border-left-style: none;
}
.navbar {
  min-width: 700px;
}
.navbar a:link {
  padding: 5px;
  background-color: #92b9cc;
  color: white;
}
.navbar a:hover {
  padding: 5px;
  background-color: #33ccff;
  color: white;
}
.navbar a:visited {
  padding: 5px;
  background-color: #92b9cc;
  color: white;
}
h2 {
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
  color: #336666;
  font-size: xx-large;
  background-color: white;
}
.header {
  background-color: #ccffff;
}
#header {
  margin: 10px;
  background-color: #ccffff;
}
.rightfloat {
  border-right: 10px inset #666666;
  margin: 10px 1%;
  padding: 5px;
  float: right;
  min-width: 300px;
  border-bottom-style: inset;
  width: 55%;
  background-color: #aadbff;
  position: static;
  border-bottom-width: 15px;
}
.tinytext {
  font-family: "Times New Roman",Times,serif;
  font-size: x-small;
  color: black;
  width: 400px;
  margin-top: 30%;
}
.totalleft {
  border-right: 10px solid #666666;
  border-bottom: 10px solid #666666;
  padding: 10px 10px 10px 15px;
  font-family: "Times New Roman",Times,serif;
  font-size: medium;
  color: #666666;
  background-color: #ccffff;
  float: left;
  width: 90%;
  min-width: 400px;
}

