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