H1 { background-color: #fda;
	font-size: large;
/*	border-width: thin; */
	text-align: center
}
H2 {
   background-color: #fda;
   font-size: medium;
   text-align: left
}
H3 {
   text-align: left;
   text-decoration: underline;
   text-shadow: black 0px 0px 5px;
}

code.amiga {
	color: #FFF;
	background-color: #00F;
}

code.unix {
	color: #8F8;
	background-color: #000;
}

code.listing {
	background-color: #FFA
}

td.amiga {
	background-color: #00F
}

td.listing {
	background-color: #FFA
}

A:active { color: lime }
A:hover   { color: red }

P {
	text-align: justify
}

.entete {
	background-color: #EEBBAA;
	margin: 1px; 
	font-size: 9pt; 
	font-family: Arial, sans-serif; 
	color: #000000;
}

.text {
	border:#FF8822 1px solid;
	background-color: #FFFFCC;
}

.bordure {background-color: #EEBBAA}
