BODY {
  color: #8b0000;
  background-color: white;
  font-size:17px;
  font-family:Tahoma, Arial;
}

A {
  color: #666666;
  text-decoration:none;
  font-family:Tahoma, Arial;
}

A:hover {
  color: #ff8a8a;
}

p, td {
  margin-left:20px;
  color: #8b0000;
  color: #666;
  font-size:17px;
  font-family:Tahoma, Arial;
}

caption {
  font-size:17px;
}
h2 {
   color:#660000;
   font-size:18px;
   font-family:Tahoma, Arial;
}

.footer {padding-top: 0.5em; font-size: 80%;}

/* weather */

.weather-block {font-size: 13px; position:absolute; right: 0; color: #666; font-weight: normal; background: white; padding: 5px 10px;}
.weather-block a {color: #8b0000;}

.temperature {font-weight: bold; margin: 0em 0em 1em 0em; padding: 0;}
.temperature .value {color: red;}

.weather-block select {margin-top: 10px;}

