$DOCUMENT {
	font-family: Verdana, Arial, sans-serif;
	margin-top: 6px;
	margin-left: 4px;
	margin-bottom: 16px;
	padding-top:6px;
	padding-left:4px;
	text-align: left;
	font-size: 12px;
}

$MARKSEC {
	display: block;
	color: black;
	white-space: pre;
	font-family: monospace;
	font-weight: normal;
	font-size: 12px;
}

$COMMENT {
	display: inline;
	color: #800000;
	white-space: pre;
	background-color: #E0E0E0;
	text-align: left;
}

$PROCINS {
	background-color: #E0E0E0;
	text-align: left;
	font-style: italic;
	color: #00008B;
}


/* Paragraphs styles */

/* Headings styles */

/* Emphasis styles */

/* Toggle elements styles (bold, italic, underline) */

/* URLs styles */

/* Images styles */

/* Lists styles */

/* XHTML headings styles */

/* Tables headings styles */

/* Lists headings styles */

/* Address elements styles */

/* Names styles */


/* Other styles */

layoutset {
	display: block;
}

param {
	display: block;
}

param:before {
	content: attr(name) ": ";
	font-weight : bold;
}

section {
	display: block;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	border: 0.5pt solid #466F82;
}

section:before {
	content: attr(name);
	font-size : 180%;
	font-weight : bold;
}
