body
{
    font-family: Arial;
    color: #0033CC;
    background-image: url('images/background.jpg');
}


h1
{
    font-family: Arial;
    color: #0033CC;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}
h2
{
    font-family: Arial;
    color: #0033CC;
    font-weight: bold;
}
h3
{
    font-family: Arial;
    color: #0033CC;
    font-weight: bold;
}
h4
{
    font-family: Arial;
    color: #0033CC;
    font-weight: bold;
}

.PageTable
{
    width: 670px;
}
.ButtonTable
{
    border: thin;
    border-style: solid;
    border-color: Blue;
    background-color: #B4DCFF;
    width: 100%;
}
.ButtonEntry
{
    height: 25px;
    width: 125px;
}

