div.main p {
	text-align: justify;
	text-indent: 20px;
}
h1.ArticleTitle {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 300%;

}
h2 {
	font-style: italic;
	color: #009999;
}
address p{
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.chapo {
	font-weight: bold;
}

p.date {
	font-style: italic;
	text-align: right;
}
pre {
	font-size: 100%;
	border: 1px solid;
	padding: 6px;
	margin-left: 20px;
	background-color: #CCFFCC;
	font-family: "Courier New", Courier, mono;
}
table.tb {
	border: none;
	background-color: #33CCCC;
}
table.tb tr {
	background-color: #FFFFFF;
}
table.tb td {
	padding: 2px;
}
img.illustrationRight {
	margin: 8px;
	clear: right;
	float: right;
	border: 1px solid;
}
img.illustration {
	margin: 8px;
	clear: both;
	float: none;
	border: 1px solid;
	text-align: center;
}
code {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
}
.NDA {
	color: #009999;
}