﻿/* This StyleSheet contains custom styles for this project */
code
{
color:darkblue;
}

.TableCell
{
    background-color: rgb(247, 247, 255);
    border-bottom: solid 1px rgb(236, 233, 216);
    border-left: solid 1px rgb(236, 233, 216);
    border-right: solid 1px rgb(236, 233, 216);
    border-top: solid 1px rgb(236, 233, 216);
    font-family: 'verdana';
    outline-color: rgb(236, 233, 216);
}
.TableHeader
{
    background-color: rgb(239, 239, 247);
    border-bottom: solid 1px rgb(236, 233, 216);
    border-left: solid 1px rgb(236, 233, 216);
    border-right: solid 1px rgb(236, 233, 216);
    border-top: solid 1px rgb(236, 233, 216);
    color: Navy;
    font-family: 'verdana';
    font-weight: bold;
    outline-color: rgb(236, 233, 216);
}

hr { background-color: black; height: 1px; border: 0; }