BODY {
    background-color : white;
    font-family : sans-serif;
}

TD {
    font-family : sans-serif;
}

A:link {
    color: blue;
    text-decoration: none
}
A:visited {
    color: Burgandy;
    text-decoration: none
}
A:hover {
    color : red;
    font-weight : bolder;
    font-style : italic;
}

HR {
    width: 75%;
    color: Navy;
}

