a {
	color: #009;
	background-color: transparent;
}
a:active {
	background-color: transparent;
	color: #900;
}
a:visited {
	background-color: transparent;
	color: #909;
}
a img {
	color: #fff;
}
body {
	background-color: #ccc;
	font-family: sans-serif;
}
body, #aux, #content {
	color: #000;
}
cite {
	font-style: italic;
}
code, h1, h2, h3 {
	font-family: monospace;
}
h1 {
	font-size: 14pt;
	text-align: center;
}
h1, h2, h3 {
	background-color: transparent;
	color: #900;
}
h2 {
	font-size: 12pt;
	text-align: center;
}
h3, #content {
	font-size: 10pt;
}
strong {
	font-weight: bold;
}
.pix a img {
	color: #000; 
}
#aux {
	font-size: 9pt;
	padding: 3px;
}
#aux h2 {
	font-size: 10pt;
}
#aux, #content {
	background-color: #fff;
}
#content {
	border: 1px solid #000;
	margin: 10px;
	padding: 6px;
}
#ctr {
	display : none;
	visibility : hidden;
}