<style>

a:link 
  {color: #696; 
  text-decoration: none; 
  text-decoration: underline; 
  background-color: transparent }
a:visited 
  { color: #699; 
  text-decoration: none; 
  background-color: transparent }
a:hover 
  { color: #0000FF; 
  text-decoration: none; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #900; 
  text-decoration: none; 
  text-decoration: underline; 
  background-color: transparent }

</style>