<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
}
A
{
    COLOR: blue;
    TEXT-DECORATION: none
    FONT-WEIGHT: bold;
}
A:visited
{
    COLOR: blue;
	TEXT-DECOLATION: none
    FONT-WEIGHT: bold;
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
    FONT-WEIGHT: bold;
}
</pre></body></html>