body {
  font-family: gill, helvetica, sans-serif;
  background-color: white;
  color: black; 
}

a:link {
  color: #333366;
}

a:visited {
  color: #666699;
}

a.geourl:visited {color:white}
a.geourl:link {color:white}

.geourl {
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight:bold;
  text-decoration:none;
  color: white;
  background-color: #093;
  border-left:1px solid #3C6;
  border-top:1px solid #3C6;
  border-right:1px solid #063;
  border-bottom:1px solid #063;
  padding:0px 3px 0px 3px;
  margin:0px;

}

.sidebar {
  width: 35%;
  border-color: black;
  border-width: thin;
  border-style: solid;
  background-color: #eeeeee;
  margin: 10px;
  padding: 6px;
  float: right;
  font-family: gill, helvetica, sans-serif;
  font-size: 10px;
  color: black;
}

.sidebar B {
  font-size: 12px;
  font-weight: bold;
  color: #EE7700;
}


.thumbnailCell {
  vertical-align: bottom;
  text-align: center;
}

.thumbnailDescription {
  vertical-align: top;
  text-align: center;
  font-size: 10px;
  background-color: #eeeeee;
}
