a:link	{
	text-decoration:underline;
	color: yellow;
	}

a:active {
	text-decoration:underline;
	font-weight:bold;
	color: green;
	}

a:visited{
	  text-decoration:underline;
	  color: yellow;
	  }

a:hover	{
	text-decoration:none;
	color: green;
	}

.d1 { width: 500px;
      height: 24px;
      
}