BODY {
    font-family: arial, sans-serif;
    font-size: small;
    text-align: justify;
    background: lightyellow;
    color: black
}
A {
    color: blue;
    text-decoration: none
}
A:VISITED {
    color: green
}
A:HOVER {
    color: red;
    text-decoration: underline
}
TABLE {
    font-size: small
}
