 .DataListPagerText
{	
	font-family: Verdana;
	font-size: 10px;
	color: #404040;     
}

a.DataListPagerText:link, a.DataListPagerText:active, a.DataListPagerText:visited
{	
    color:#404040;
}
a.DataListPagerText:hover
{
    color: #ff4500;
    text-decoration:underline;          
}

