<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
text-decoration:none;
color : #000000
}
a:hover {
        text-decoration:underline;
	font-weight:bold;
	color : #000000;
        background-color:#FFFFFF;

}
a.normal {
        text-decoration:underline;

	color: #444444;
}
a.normal:hover {
        text-decoration:underline;
	font-weight:normal;
	color: #444444;
        background-color: rgb(255, 255, 204);

}</pre></body></html>