<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,p,td,div,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

code {
	font-size: 12px;
}

body {
	background-color: #EEE;
	margin: 0px 0px 0px 0px;
}

div.container {
	margin: 8px 8px 8px 8px;
}

h1 {
	text-align: center;
	font-size: 30pt;
	font-weight: bold;
}

h2 {
	border: 1px solid #000000;
	background-color: #333;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

img {
	text-align: center;
}

a {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

ul {
	margin: 0ex 0ex 0ex 0ex;
	padding: 0.0ex 0ex 0.0ex 2ex;
}

ul li {
	margin: 0ex 0ex 0.0ex 0ex;
	list-style-type: disc;
}

pre {
	border: 1px solid #666666;
	background-color: #FFF;
	padding: 5px;
	margin: 2px;
	font: monospace;
}

.tabelka {
	border: 1px solid #000000;
	display: table;
}

tr {
	background-color: #FFF;
	color: #000;
	text-align: center;
}

tr.Top {
	background-color: #333;
	color: #FFF;
	text-align: center;
}

/* Skladnia */
.Constant {
	color: #008900;
}

.Special {
	color: #000080;
}

.Statement {
	color: #27408b;
}

.Type {
	color: #cd0000;
}

.PreProc {
	color: #0000cd;
}

.Comment {
	color: #00008b;
}

.Identifier {
	color: #000080;
}

.Title {
	color: #cdb70e;
}</pre></body></html>