<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p { text-align: justify; }
body
{
	background-color: #0CF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}
a:link
{
	color: #000;
	text-decoration: underline;
}
a:active
{
	color: #000;
	text-transform: lowercase;
	text-decoration: blink;
	font-family: Cursive, Serif;
	font-style: italic;
	font-weight: bolder;
}
a:hover
{
	color: #000;
	text-transform: uppercase;
	text-decoration: overline;
	font-family: Cursive, Serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10pt;
}
a:visited
{
	color: #000;
	text-decoration: underline;
}
a { font-size: 10pt; }</pre></body></html>