/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/  
BODY, P, TD
{
    font-weight: normal;
    font-size: 10pt;
    color: #ce858e;
    font-family: sans-serif;
} 
A:link
{
    color: #be858e;
    border-bottom: lightgrey 1px dotted;
    text-decoration: none;
}
A:hover
{
    color: #9933cc;
    border-bottom: grey 2px solid;
    text-decoration: none;
}

A:visited   
{
    color: #be858e;
    border-bottom: lightgrey 1px dotted;
    text-decoration: none;
}

