
a:link
 {text-decoration: none;
  color: #ffffaa;
  font-weight: bold;
  cursor: crosshair;
  letter-spacing: 1px;
  text-transform: none;}

a:visited
 {text-decoration: none;
 color: #ffffaa;
 font-weight: bold;
 cursor: crosshair;
 letter-spacing: 1px;
 border-bottom: none;
 filter: flipv;
 text-transform: none;}

a:active
 {text-decoration: none;
 color: #ffffaa;
 font-weight: bold;
 cursor: crosshair;
 letter-spacing: 1px;
 border-bottom: none;
 filter: flipv;
 text-transform: none;}

a:hover
 {text-decoration: none;
 color: #cc6600;
 cursor: crosshair;
 letter-spacing: 1px;
 font-weight: normal;
 border-bottom: none;
 filter: flipv;
 text-transform: uppercase;}
