td  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12;
}
	
	
	A:LINK {
		text-decoration : underline;
		color : blue;
	}

	
	A:HOVER {
		text-decoration : underline;
		color : red;
	}


	A.z:link{
	text-decoration : none;
	color : #006699;
	font-weight : bold;
	font-size : smaller;
}
	
	A.z:hover{		
		text-decoration : none;
		color : #FFFF33;
		font-weight : bold;
		font-size : smaller;
	}
