
a.inpage {
	color: White;
	text-decoration: none;
	
}

a.inpage:hover {
color: Yellow;
text-decoration: underline;
	
}
