﻿.Title
{
    font-size: 14px;
    font-family: Arial, Verdana;
    color: white;
}
body
{
    font-size: 8px;
    font-family: Arial, Verdana;
        color: white;
}

.PackageText
{
    font-size: 12px;
    color: white;
    font-weight: bold;
}
UL
{
    list-style-position: outside;
    list-style-type: square;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.ContentText
{
        font-size: 10px;
    font-family: Arial, Verdana;
        color: white;
}
.ContentLink
{
    font-size: 10pt;
    font-family: Arial, Verdana;
    color: #E7CA90;
    font-weight: bold;
    text-decoration: none;
}
.TextBox
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}
