<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body
{
    margin: auto;
    background-repeat: repeat-x;
    background-image: url(../images/BodyBg.gif);
    font-family: Tahoma, "MS Sans Serif" , Verdana;
    font-size: 13px;
}

h1

{
    font-size: 14px;
     line-height:16px;
    }

A:link, A:visited
{
    text-decoration: none;
    color: red;
    outline: none;
}

A:hover, A:active
{
    text-decoration: underline;
    color: green;
    outline: none;
}

.LinkGray A:link, A:visited
{
    text-decoration: none;
    color: red;
    outline: none;
    line-height:20px;
}

.txtWhite
{
    color: #ffffff;
}
.txtBlack
{
    color: #000000;
}
.txtBlue
{
    color: #0000FF;
}
.txtGray
{
    color: #808080;
}
.txtFuchsia
{
    color: #FF00FF;
}
.txtGreen
{
    color: #008000;
}
.txtMaroon
{
    color: #800000;
}
.txtNavy
{
    color: #000080;
}
.txtOlive
{
    color: #808000;
}
.txtPurple
{
    color: #800080;
}
.txtRed
{
    color: #FF0000;
}
.txtSilver
{
    color: #C0C0C0;
}
.txtTeal
{
    color: #008080;
}
.txtYellow
{
    color: #FFFF00;
}


/* Form */
input[type="text"], input[type="password"],input[type="radio"],label
{
   
   font-size:inherit;
}</pre></body></html>