.link {
	text-decoration: none;
	color: #000097;
}
.link:hover {
	text-decoration: underline;
	color: #1111ff;}
.white { color: #0066FF; 
text-decoration: none }
.white:hover {
	color: #0000FF;
	text-decoration: underline;
}
