body,td,th,input,select,textarea {
	font-size: 11pt;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}
input, select, textarea {
	font-size: 11pt;
}
table.navi {
	border: 1px solid #dddddd;
}
table.navi td {
	font-size: 10pt;
}
body {
	background-color: #FFFFFF;
}
.Stil1 {
	color: #FFFFFF;
	font-weight: bold;
}
.Stil3 {
	font-weight: bold;
	font-size: 13px;
}
.Stil4 {
	color: #0066CC;
	/*font-style: oblique;*/
	/*text-transform: uppercase;*/
}
h1 {
	font-size: 20px;
	color: #0033bb;
}
h2 {
	font-size: 18px;
	color: #0033bb;
}
h3 {
	font-size: 16px;
	color: #0033bb;
}
h4 {
	font-size: 14px;
	color: #0033bb;
}
a:link, a:visited {
	color: #6600ff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff0066;
}

/*
code {
	font-size: 9pt;
}
*/
pre {
	/* font-family: Courier New, Courier, monospace; */
	font-size: 10pt;
	background-color: #f5f5f5;
	border: 1px solid #aaaaaa;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}

pre.source {
	padding-left: 10px;
	padding-right: 10px;
}

.HTML_TAG {
	color: blue;
}
.HTML_ATTR {
	color: red;
}
.HTML_CMT {
	color: teal;
}
.HTML_SPEC {
	color: orange;
}

.CSS_PROP, .CSS_NUM {
	color: red;
}
.CSS_HTML_TAG {
	color: blue;
}
.CSS_VAL {
	color: orange;
}
