/************************* body *************************/
body
{
    font-family: Verdana;
    margin: 0px;
    font-size: 11px;
}

/************************* styles *************************/
.redtext
{
    font-family: Verdana;
    font-size: 10px;
    color: red;
    font-style: normal;
    text-decoration: none;
}
.title
{
    font-family: Verdana;
    font-size: 12px;
    color: #272727;
    font-weight: bold;
    text-decoration: none;
}
.text
{
    font-family: Verdana;
    font-size: 10px;
    color: black;
    font-style: normal;
    text-decoration: none;
}
.bigtext
{
    font-family: Verdana;
    font-size: 20px;
    color: black;
    font-style: normal;
    text-decoration: none;
}

/************************* hyperlinks *************************/
#contentArea a:link
{
    color: blue;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
}
#contentArea a:visited
{
    color: blue;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
}
#contentArea a:focus
{
    color: blue;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
}
#contentArea a:hover
{
    color: blue;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
}
#contentArea a:active
{
    color: blue;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
}

/************************* img hyperlinks *************************/
#contentArea a:link img
{
    color: red;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
    border-style: none;
}
#contentArea a:visited img
{
    color: black;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
    border-style: none;
}
#contentArea a:focus img
{
    color: black;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
    border-style: none;
}
#contentArea a:hover img
{
    color: red;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
    border-style: none;
}
#contentArea a:active img
{
    color: black;
    font-style: normal;
    text-decoration: none;
    border-collapse: collapse;
    border-color: White;
    border-style: none;
}
