BODY
{
    FONT-FAMILY: Arial, Tahoma, 'Times New Roman'
}
.Price
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large
}
.ItemDescription
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large
}
.ItemNarrative
{
}
.NavMenu
{
    FONT-WEIGHT: bold;
    FONT-SIZE: small;
    TEXT-TRANSFORM: uppercase;
    CURSOR: hand;
    COLOR: black;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: blue
}
H2
{
    COLOR: blue
}
.InvoiceHeading
{
    FONT-WEIGHT: bold;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: blue
}
.InvoiceDetail
{
    FONT-FAMILY: Arial
}
.GrandTotal
{
    FONT-WEIGHT: bold;
    FONT-SIZE: larger;
    FONT-FAMILY: Arial
}
.Thanks
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-large
}
