BODY
{
    BORDER-RIGHT: black thin;
    BORDER-TOP: black thin;
    BORDER-LEFT: black thin;
    BORDER-BOTTOM: black thin
}
A:hover
{
    COLOR: white;
    BACKGROUND-COLOR: lightblue;
    TEXT-DECORATION: underline
}
A:link
{
    COLOR: blue;
    TEXT-DECORATION: none
}

