﻿body {

}



table.GridView th {
    border-top: 1px solid #6699ff;
    border-bottom: 1px solid #6699ff;
    border-left: 1px solid #6699ff;
    border-right: 1px solid #6699ff;
    text-decoration: none;
    /*cursor:pointer;*/
    /*color:black;*/
}

table.GridView tr:hover {
    background-color :palegoldenrod ;
    /*cursor: pointer;*/
}