
/*----------------------------------------------*/
/*    file: augen-new.css   */
/*   pseudoformat hyperlink  */
/*----------------------------------------------*/

a:hover
{
  color: #942918;
  background: #FFCE63 ;
  text-decoration: none;
  text-decoration: none-underline;
}
a:link
{
  text-decoration: none;
  text-decoration: none-underline;
}
a:active
{
  text-decoration: none;
  text-decoration: none-underline;
}

a:visited
{
  text-decoration: none;
  text-decoration: none-underline;
}
