﻿.RowStyle
{
    font-size: 14pt;
    font-family: 'Comic Sans MS';
    background-color: white;
}

.AlternateRowStyle 
{
    font-size:14pt;
    font-family: 'Comic Sans MS';
    background-color: LightGrey;
}
@media print 
{
    .AlternateRowStyle { background-color: White; }
}
