A:LINK		{
  color : navy;
  text-decoration : none;
}
A:VISITED	{
  
  
  color : purple;
  text-decoration : none;
}
A:ACTIVE	{text-decoration : none;}
A:HOVER		{text-decoration : underline;
  color : #cc0000;
}

body{color:#666666;}
