A:link    {
	   text-decoration: none;
           font-weight: bolder;
           color: #ffff00; }
A:visited {
	   text-decoration: none;
           font-weight: bolder;
           color: #ffff00; }
A:active  {
	   text-decoration: none;
           color: #ffff00; }
A:hover	  {
	   text-decoration: UnderLine;
           color: #9999ff;
	   font-style: italic; }