	body {
		background: #cbcfff;
		color: black;
		font-family: serif;
		font-size: 12pt;
		margin-left: 10pt;
	}
	a {
		color: navy;
	}
	a:active {
		color: blue;
	}
	a:visited {
		color: navy; 
	}
	a:hover {
		color: blue; 
		text-decoration: none
	}
	h1 {
		color: navy;
		border-bottom: 3pt solid navy;
	}
	h2 {
		color: navy; 
		margin-top: 1em; 
		margin-bottom: 1em; 
	}
	h3 {
		color: navy;
	}
	dt {
		font-weight: bold;
	}
	.comando {
		font-family: monospace;
		/*color: #212221;*/
	}
	div.comando {
		margin-left: 5pt;
		background: #ddf;
	}
	.note {
		font-size: 9pt;
		color: gray;
	}
	#signature {
		margin-top: 20pt;
		margin-bottom: 0pt;
		width: 100%;
		height: 40pt;
	}
	#center {
		width: 100%;
	}
	#main {
		border-left: 1pt solid #777;
		border-right: 1pt solid #777;
		padding-left: 25pt;
		padding-right: 25pt;
		max-width: 810px;
		min-width: 710px;
	}
	caption {
		/*font-weight: bold;*/
		/*line-height: 20pt;*/
		padding-bottom: 3pt;
		color: purple;
	}
