A.linkPage {
	color : #0A36D4;
	text-decoration : none;
	font-weight : bold;
}

A.linkPage:visited {
	color : #0A36D4;
	text-decoration : none;
}
A.linkPage:hover {
	text-decoration : underline;
	color : #5E5966;
}
A.linkPage:active {
	text-decoration : none;
	color : #5E5966;
}


