/* CSS Document */

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

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

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

