body
{
    font-family: tahoma, arial;
    color: RGB(43, 88, 113);
/*    color: RGB(255, 255, 255);
    background-color: RGB(0, 64, 0);*/
}

.txt_bkpsvcs
{
    font-variant: small-caps;
    font-weight: bold;
    color: RGB(0, 128, 0);
    font-size: large;
}

.txt_pagetitle
{
    text-decoration: underline;
    font-weight: bold;
    color: RGB(75, 149, 188);
}

p
{
    padding-left: 40px;
    padding-right: 40px;
}

ul
{
    padding-left: 60px;
    margin-top: 5px;
}

li
{
    font-size: smaller;
}

.txt_listtitle
{
    color: RGB(75, 149, 188);
}

a
{
    color: green;
/*    color: aqua;*/
    font-size: medium;
}

.txt_footer
{
    font-size: smaller;
}

a.plain
{
    text-decoration: none;
    font-weight: bold;
    color: RGB(75, 149, 188);
}

.plaintext
{
    text-align: left;
}

.horiz
{
    display: inline;
    margin: 5px;
}
