BODY {
        background-color: #fffed2;
}
A:LINK {
        color : Maroon;
        font : normal;
        text-decoration : none;
        font-weight : bolder;
}
A:VISITED {
        color : Maroon;
        font : normal;
        text-decoration : none;
        font-weight : bolder;
}
A:HOVER {
        color : Blue;
        font : normal;
        text-decoration : none;
        font-weight : bolder;
}