<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {color :blue}
a:hover{color :red}
a.navi {color: white}
a:hover.navi {color: red}

h1 { font-size: 12pt; 
	font-weight: bold;
}

h2 { font-size: 10pt;
	font-weight:bold;
}

p.op {font-size:10pt;
	line-height: 175%;
}</pre></body></html>