body, table, tr, td, input {
	font-family:sans-serif,arial;
	font-size:10pt;
}
.copyright {
	font-size:8pt;
	text-align:center;
}
.paragraph {
	text-align:justify;
	margin-bottom:5px;
}
.list {
	padding-left:0px;
	margin-left:16px;
	margin-bottom:5px;
	margin-top:0px;
	list-style-type:square;
}
.item {
	text-align:justfy;
	margin-bottom:6px;
}
.titleBar {
	padding:10px;
	background-color:lightsteelblue;
	margin-bottom:5px;
	border-radius:5px;
	box-shadow:2px 2px 2px 0px gray;
}
.titleTitle {
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:5px;
}
.titleCopyright {
	text-align:center;
	margin-bottom:5px;
}
.titleDescription {
	padding:5px;
	background-color:aliceblue;
	text-align:justify;
	margin-bottom:0px;
	border-radius:5px;
	box-shadow:2px 2px 2px 0px gray;
}
.code {
	font-family: monospace;
	color: white;
	background-color: green;
	border-radius: 5px;
	border: 1px solid gainsboro;
	padding:5px 10px 5px 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	-moz-tab-size: 4;
}
.codePiece {
	font-family: monospace;
	color: white;
	background-color: green;
	border-radius: 5px;
	border: 1px solid gainsboro;
	padding:1px 5px 1px 5px;
}
.code::-moz-selection {
    background-color:white;
    color:green;
}
pre {
	-moz-tab-size:20pt;
}
