/* CSS Document */

a
{
    color:#000000;
    text-decoration:none;
}

a:hover
{
    color:#000000;
    text-decoration:underline;    
}


body
{
    background-color:#ffffdd;
        color:#000000;
}

