/*css document*/      body { font-family: sans-serif; }     ul { display: inline;}     .ind { list-style: none inside; margin: 1.4em; padding: 0.6em; display: inline; line-height: 2em; font-family: Lucida Grande,verdana,arial; }     img.arch { width: 100%; }      .menubar { display: inline; padding: 0.5em; width: auto; margin-left: auto; margin-right: auto;text-align: center; }     .scr { width: 100%; height: auto; text-align: center; } .lay { width: 80%; margin-left: auto; margin-right: auto; text-align: center; }     .dates { display: block; width: 50%; margin-left: auto; margin-right: auto; text-align: center; border: dotted 2px red; }     .soustif { width: 800px; background-color: rgb(220, 220, 220); margin-left: auto; margin-right: auto; text-align: center; }     .cont { padding: 6px; display: block; width: 500px; font-size: 1em; } .dfl { border: 1px dotted ; width: 60px; height: 200px; }     label { font-size: 0.7em; table { table-layout: auto; border-collapse: separate; -x-border-x-spacing: 1em; -x-border-y-spacing: 1em; }     .blank { color: #FFFFFF; font-size: 6px;}           /*links*/     a:link { color: #b22222; text-decoration: none; }     a:visited { color : #696969; text-decoration : none; }     a:hover { color : red; text-decoration : none; background-color : #e6e6fa; }     a:active { color : #ffd700; text-decoration : none; }  
