﻿body
{
    background-color: Green;
    font-family: Arial;
    color: Silver;
}
.TextHeader
{
    font-size:24px;
}
.TextFooter
{
    font-size: 12px;
}
.TextStandard
{
    font-size:16px;
}
.Hyperlink
{
    color:Silver;
}
.Button
{
    height:35px;
}
.AnimalName
{
    font-size:18px;
    font-weight:bold;
}
.AnimalLineage
{
    font-size:10px;
    font-style:italic;
}
.AnimalPrice
{
    font-size: 12px;
    font-weight:bold;
}
.Bold12pxLabel
{
    font-weight:bold;
    font-size:12px;
}
.Bold14pxLabel
{
    font-weight:bold;
    font-size:14px;
}
.Bold18pxLabel
{
    font-weight:bold;
    font-size:18px;
}
.TableWithBorder
{
    border: solid thin Silver;
    width: 100%;
}
