﻿      body
      {
          font-size: small;
          font-style: normal;
          font-family: MS Sans Serif;
          text-align:center;

      }

        .myGridStyle
        {

            border-collapse:collapse;  
            width:1000px;  

        }

        .myGridStyle tr th

        {

            padding: 8px;
            width:80px;

            color: Black;

            border: 1px solid black;

        }
         
        .myGridStyle tr:nth-child(even)

        {

            background-color: #fff;

        }
 
        .myGridStyle tr:nth-child(odd)

        {

            background-color:#A97BDE;

        }

        .myGridStyle td

        {

            border:1px solid black;

            padding: 8px;

        } 

        .myGridStyle tr:last-child td

        {

        }
