a:link { 
        color:#ffffff; 
        background-color:#000000;  /* border/edge of the layout color */
        border:0
}

a:visited { 
        color:#ffffff; 
        background-color:#000000;  /* border/edge of the layout color */
        border:0
}

a:hover { 
        color:#ff00cc; 
        background-color:#000000;  /* border/edge of the layout color */
}

a:active { 
        color:#ff00cc; 
        background-color:#000000;  /* border/edge of the layout color */
}

body {
        color:#ffffff;
        background-color:#000000;  /* border/edge of the layout color */
}


