BODY {
	color: white;
	background: black;
}
A {
	color: white;
	background: black;
}
H1,H2,H3 {
	text-align: center;
}
HR {
	clear: both
}
IMG { 
    border: inset white; 
}
IMG.title { border: none; }

IMG.aleft {
	float: left;
    margin: 1em;
}
IMG.aright {
	float: right;
    margin: 1em;
}
P.text {
	margin: 1em;
}
P.caption {
	text-align: center;
}