/*Alaska*/a:visited{	font-weight: normal;	text-decoration: none;	color: yellow;	background-color: transparent;	font-size: 14px;}a:link {  	font-weight : normal;   	text-decoration : none;   	color: white;  	background-color: transparent; 	font-size: 14px;}a:hover {   font-weight : normal;   color : blue;   background-color : yellow;     text-decoration : underline;    font-size: 14px;}a:active {   font-weight : normal;    text-decoration : none;    color: black;   background-color: transparent;    	font-size: 14px;}
