html {
	background: black;
	color: yellow;
}

body {
	background: black;
	color: black;
}

h1 {
	background: black;
	color: Maroon;
}

h2 {
	background: black;
	color: Purple;
}

#lefthigh1 {
	font-weight: bold;
	float: left;
}

#leftlow1 {
	float: left;
}

#righthigh1 {
	font-weight: bold;
	float: right;
}

#rightlow1 {
	float: right;
}

#centernormal {
	font-weight: normal;
	background: black;
	color: white;
}

#postcenter {
	background: black;
	color: blueviolet;
}

#textpost {
	background: white;
	color: black;
}

p {
	background: black;
	color: white;
}

address {
	background: black;
	color: Red;
}

#liens1, #liens2, #liens3 {
	background: black;
	color: Lime;
}

#cacher {
	background: black;
	color: black;
}

a:link {
	background: black;
	color: Aqua;
}

a:visited {
	background: black;
	color: Blue;
}

a:active {
	background: black;
	color: silver;
}

#liens1:hover, #liens2:hover, #liens3:hover, a:hover {
	background: black;
	color: gray;
}

OL.guy {
	list-style-type: lower-roman;
	color: yellow;
}

h3, h4, div, ul, li, input {
	background: black;
	color: yellow;
}

#divers1, #divers2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: black;
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 0;
	padding-bottom: 0 0.7em 0 1em;
	padding-right: 1px solid #000;
	display: none;
	visibility: hidden;
	clear: both;
	text-decoration: none;
	float: left;
	width: 26%;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	margin-right: 12px;
	border: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-indent: 0.5em;
}

a img { color: #fff; }
@media all {
	a img { color: inherit;
	border: none;
	}
}

@media print {
h1, h2, h3 {page-break-after:avoid;}
}

@media aural {
h1, h2, h3 {voice-family: paul, male;}
}