a.navi:link

  {

  color:           black;

  text-decoration: none;

  }



a.navi:visited

  {

  color:           black;

  text-decoration: none;

  }



a.navi:hover

  {

  color:           blue;

  text-decoration: none;

  }



a.navi:active

  {

  color:           blue;

  text-decoration: none;

  }



a.event:link

  {

  color:           white;

  text-decoration: none;

  }



a.event:visited

  {

  color:           white;

  text-decoration: none;

  }



a.event:hover

  {

  color:           yellow;

  text-decoration: none;

  }



a.event:active

  {

  color:           yellow;

  text-decoration: none;

  }

