<style>
BODY  {
	background-color : #ffffff;
}

.cat  {
	color :#6464F1;
	text-decoration : none;
}

.cat:hover  {
	color : #FFCC00;
	text-decoration : none;
}

.plink  {
	color : #6464F1;
	text-decoration : underline;
}

.plink:hover  {
	color : #000064;
	text-decoration : underline;
}

.search  {
	color : #6464F1;
	text-decoration : underline;
}

.search:hover  {
	color : #ffffff;
	text-decoration : underline;
}
</style>
