<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div {
text-align: center;
}

body {font-family: "comic sans", sans-serif; color: #800000; font-size: 14pt; font-weight: normal; background-color: #9FB6CD;}

h1 {color: #000000; font-size: 24pt;}
h1:hover {color: #800000}

h3 {color: #000000; font-size: 16pt;}

h3:hover {color: #800000}

p {color: #800000; font-size: 14pt; font-weight: normal; font-family: "comic sans", serif;}
p:hover {color: #000000;}

ul, ol {font-size: 14pt; line-height: 15pt; font-family: serif;}

table {font-size: 14pt; line-height: 16pt; font-weight: normal;  }

.lin { display: none; }
.den, .nom { display: block;  width:100%; text-align:center }
.nom { text-decoration: underline; } 

a:link {text-decoration: underline; color: #000000;}
a:link.img {text-decoration: none;}
a:hover {color: #800000; text-decoration: none;}
a:active {color: #000000;}
a:visited {color: #000000;}
a:visited:hover {color: #800000;}

table.fractionborder { margin: auto; }
	.fractionborder td.numerator{ border-bottom: 1pt black solid; }
	span.denominator { position: relative; left: -10ex; top: 1em; }
	span.numerator{ position: relative; left: -6ex; bottom: 1em; }

table.matrixbrak { margin: auto; }
	table.simplematrix { margin: auto; }
	.simplematrix td{ text-align: center; line-height: 90%;
		padding-left: 1ex; padding-right: 1ex; }
	.matrixbrak td.brak { width: 0.3ex; font-size: 50%;
		border-top: solid 1pt black;
		border-bottom: solid 1pt black; }
	.matrixbrak td.lbrak { width: 0.3ex; font-size: 50%;
		border-left: solid 1pt black;
		border-top: solid 1pt black;
		border-bottom: solid 1pt black; }
	.matrixbrak td.rbrak { width: 0.3ex; font-size: 50%;
		border-right: solid 1pt black;
		border-top: solid 1pt black;
		border-bottom: solid 1pt black; }</pre></body></html>