﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
}

#container { margin:10px auto; }

BODY
{
    background-color: #D5DADE;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#TableStyle
{
    background-color: #507498;
    border: 1px ridge;
    color: White;
    position: relative;
    font-size: 14px;
    font-family: Arial;
    font-weight: 600;
    width: 500pt;
    height: auto;
    margin: 5px;
    top: 50pt;
}