a:link{ text-decoration: none;
	background-color:  #B7C3D0;
	color: black;
}
	
a:visited{ text-decoration: none;
	background-color:  #B7C3D0;
	color: black;
}

a:hover{ text-decoration: none;
	background-color: #000;
	color: white;
}

a.top:link{ text-decoration: none;
	background-color: white;
	color: #6699CC;
}
	
a.top:visited{ text-decoration: none;
	background-color: white;
	color: #6699CC;
}

a.top:hover{ text-decoration: none;
	background-color: white;
	color: #3300CC;
}
