﻿body 
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: medium;
}

.header
{
    font-size: medium;
    font-weight: bold;
    text-align: center;
    height: 30px;
}

.title
{
    font-size: medium;
    font-weight: bold;
}

.label
{
    font-size: small;
    font-weight: bold;
    text-align: left;
}

.desc
{
    font-size: small;
    font-weight: normal;
    text-align: left;
}

.nav
{
    font-size: x-small;
    color: Black;
}

.gallery
{
    border-color: Black;
    border-width: thin;
    text-align: center;
}

.footer
{
    font-size: x-small;
    text-align: center;
}