BODY
{
Color: Navy;
Background-Color: White;
Background-Image: url('bg.gif');
}

A{
  Color : Blue;
  Text-Decoration : underline;
  }


A:Hover{
  Color : OrangeRed;
  Text-Decoration : underline;
  }


A:Active{
  Color : Blue;
  Text-Decoration : underline;
  }


A:Visited{
  Color : Purple;
  Text-Decoration : underline;
  }


