.next {
	font-family: "Kruti Dev 020";
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.number {

	font-family: Arial, ;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
a:hover.next {
	font-family: "Kruti Dev 020";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F6D401;
	text-decoration: none;
}
a:hover.number {
	font-family: "Arial";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration:underline;
}

