﻿html, body
{
    margin-top: 10px;
    background-image: url("Images/background.gif");
    background-repeat: repeat;
}

tr.header
{
    border: 0;
    margin: 0;  
    background-image: url("Images/header_background.gif");
    background-repeat: repeat;
    height: 60px; 
}

tr.StartPage
{
    border: 0;
    margin: 0;  
    background-image: url("Images/header_background.gif");
    background-repeat: repeat;
}

tr.footer
{
    border: 0;
    margin: 0;
    background-image: url("Images/header_background.gif");
    background-repeat: repeat;
    height: 50px;
}

td.footer
{
    font-size: 10px;
    font-family: Arial;
    color: White;
}

table.centered
{
    margin-left:auto;
    margin-right:auto;
}

div.text
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

td.StartPage
{
    background-image: url("Images/background2.gif");
    background-repeat: repeat;
}

table.Guestbook
{
    background-image: url("Images/header_background.gif");
    background-repeat: repeat;
}

td.Guestbook
{
    font-family: Lucida Handwriting;
    font-size: medium;
    font-weight: normal;
    color: White;
}

hr.Guestbook
{
    width: 700px;
    color: White;
}

.lblStatus
{
    font-family: Arial;
    font-size: medium;
    font-weight: normal;
    color: Yellow;
}

.DataGrid
{
    background-color:White;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}

.lblPages
{
    font-family: Arial;
    font-size: "8px";
    font-weight: normal;
    color: White;   
}