﻿.pas-source {
	font-family: "Courier New", monospace;
	font-size: 9pt;
	clear:both;
}
.pas-comment {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #005000; /*#000080;*/
}
.pas-kwd {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.pas-str {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #800080;
}
.pas-num {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #800000;
}
.pas-float {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #800000;
}
.pas-hex {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #800000;
}
.pas-preproc {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #008000;
}
.pas-asm {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
.pas-err {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}
.pas-link {
	font-style: normal;
	font-weight: bold;
}
