a:link {
color:#2F71A5;
text-decoration:none
}
a:visited {
color:#2F71A5;
text-decoration:none
}
a:hover {
color:black;
text-decoration:underline
}
a:active {
color:red;
text-decoration:none
}
.Rotator  {
  border:solid 1px black; 
  padding:3px;
  font-family:Tahoma; 
  font-size:11px; 
  background-color:white; 
  cursor:hand;
}
.RotatorFrame {
  border:solid 1px white; 
  font-family:Tahoma; 
  font-size:11px; 
  background-color:white; 
  cursor:hand;
}
.RotatorFrameOver {
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:Tahoma; 
  font-size:11px; 
  background-color:white; 
  cursor:hand;
}
