A:link, A:visited, A:active {
    text-decoration: none;
    font-size: 12pt
}

BODY { color: BLACK }

/*
A:link { border: solid blue }
A:visited { border thin dotted #800080 }
A:active {border: thich double red }
*/

.mouseon {
    text-decoration: none;
    font-style: oblique
}

.mouseout {
    text-decoration: none;
    font-style: normal
}

