
a:link		{	
		text-decoration: none;
		color:red;
		cursor: hand;
		}


a:visited	{	
		text-decoration: none;
		color:red;
		cursor: hand;
		}

a:active	{	
		text-decoration: none;
		color:red;
		cursor: hand;
		}

a:hover         {
                text-decoration: underline;
                color:red;
                
                }