﻿.MyPager span
    {
        text-align: center;
        color: #999;
        display: inline-block;
        width: 15px;
        background-color: #FFFFFF;
        margin-right: 3px;
        line-height: 150%;
        border: 1px solid #3AC0F2;
    }
    .MyPager a
    {
        text-align: center;
        display: inline-block;
        width: 15px;
         background-color: #FFFFFF;
        color: #fff;
        border: 1px solid #3AC0F2;
        margin-right: 3px;
        line-height: 150%;
        text-decoration: none;
    }