/* css for image thumbnail links on molive.org */

/* reset many default styles */
#TanzaniaPix * {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial;
  font-size: 12pt;
}

/* basic elements */

/* specific divs */
#TanzaniaPix dt {
  float: right;
  width: 230px;
 }

#TanzaniaPix dd.img img {
  float: left;
  padding: 20 20;
 }

#TanzaniaPix a:hover {
  color: blue;
  background-color: white;
 }

