body {  background-color: white;   color: black;   font: 100% Arial, Helvetica, sans-serif;}/* put url after link text instead of underlining */a:link, a:visited {  background-color: white;   color: black;   text-decoration: none;}a:after {  content: " (" attr(href) ")";}h1 a:after {  content: "";}#sommaire, #footer{  display:none;}/* spread main content across page */#main {  left: 0;   top: 0;   margin: 0;   padding: 0;   border: 0;   width: auto;  background-color: white;  color: black; }/* instead of a dotted border, put title of acronym after text */acronym {  border: 0;}acronym:after {  content: " (" attr(title) ")";}#mazet img { margin: 10px 10px 0 0;}