a:link 
	{
   color: Black;
   text-decoration: none;
   font-weight: bold;
}


a:activate
{
   color: Black;
	text-decoration:none;
   font-weight: bold;
	}


a:visited
	{
   color: Black;
	text-decoration:none;
   font-weight: bold;   
	}


a:hover
	{
   color: Black;
   font-weight: bold;
	text-decoration:none;
	}
	