.navButton {
   opacity: 0.6;
   filter: alpha(opacity=60);
   cursor: hand;
   cursor: pointer;
} 

.navButton:hover,.navButton:visited:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.thumb {
  width:64px;
  height:42px;
}

.thumb:hover {
  cursor: hand;
  cursor: pointer;
}

.prominent {
  font-size:130%;
  font-weight:bold;
}

.pseudolink:hover {
  cursor: hand;
  cursor: pointer;
  text-decoration:underline;
}
