﻿.gv_hof .AspNet-GridView table
{
    width:35%;
    margin-left: 25%;

}
.gv_hof .AspNet-GridView table thead tr th
{
    font-weight: bold;
    text-decoration: underline;
}

.gv_hof .AspNet-GridView table tbody tr td
{
    border: thin solid #C0C0C0;

}

.gv_hof .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #C0C0C0;
}

