
	a:link {
		color:darkblue;
		text-decoration: none;
		cursor: default;

	}
	a:visited {
		color:darkblue;
		background-color: skyblue;
		cursor: default;
		
	}
	a:hover {
		color: darkblue;
		background-color: transparent;
		text-decoration: underline;
		cursor: default;
	}

