.fancytext A:link
{
    color: lime;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}
.fancytext A:visited
{
    color: lime;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}
.fancytext A:active
{
    color: lime;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}
.fancytext A:hover
{
    color: red;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

A:visited
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}
A:active
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}
A:link
{
    text-decoration: underline;
    color: navy;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

A:hover
{
    color: darkred;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline
}


.normal
{
    text-decoration: none;
    color: black;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

.normalitalic
{
    text-decoration: none;
    color: black;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
    font-style: italic;
}

.normalunderline
{
    text-decoration: underline;
    color: black;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

.normalsmall
{
    text-decoration: none;
    color: black;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 8pt;
}

.normalbold
{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

.normalhighlightbold
{
    text-decoration: none;
    color: navy;
    font-weight: bold;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

.normalred
{
    text-decoration: none;
    color: red;
    font-weight: normal;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

.normalboldred
{
    text-decoration: none;
    color: red;
    font-weight: bold;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

.normalheader
{
    text-decoration: none;
    color: navy;
    font-weight: bold;
    font-family: arial, veranda, helvetica;
    font-size: 12pt;
}
.menuheader
{
    text-decoration: none;
    color: yellow;
    font-weight: bold;
    font-family: arial, veranda, helvetica;
    font-size: 10pt;
}

