A:link {
	text-decoration: none;
	font-family : Tahoma;
	color: yellow; 
	}
	
}
A:active {
	text-decoration: none;
	font-family : Tahoma;
	color: white;
	}
	
	
	
}
A:visited { text-decoration: none;
	font-family : Tahoma;
	color: white;
	}

}
A:hover { text-decortation:none;
font-family : Tahoma;
	color: red;
	}