
html {
   height: 100%;
}


body {
   font-family: Eurostile, "Times New Roman", Arial, Serif;
   color: #FFFFFF;
   background: #000;
}

div.inv {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

h1, h2, h3 {      
   color: #FFFF00;
   text-align: center;
}

h1 {      
   font-size: 29pt;
}
h2 {      
   font-size: 23pt;
}


td.head {
   color: #FFA500;
   font-weight: bold;
   font-size: 13pt;
}

td.levelwidth {
   width: 25%;
}

td.diffwidth {
   width: 25%;
}


table.legend {
   background: #444444;
   border: 1px;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
}

table.legend td {
}

td.barrierbroken {
   color: #FFFF00;
}

/* links ? */



/*****************************/

table.longest {
   width: 65%;
   border: ridge 2px #FFD700;
   border-spacing: 0px;
   margin-left: auto;
   margin-right: auto;
}

table.wrs {   
   width: 100%;
   border: ridge 2px #FFD700;
   border-spacing: 0px;
   margin-left: auto;
   margin-right: auto;
}

table.wrs td,table.longest td{
   border-top: solid 1px #606060;
   border-bottom: solid 1px #7F7F7F;
   border-left: solid 1px #606060;
   border-right: solid 1px #7F7F7F;
   padding: 3px;
   vertical-align: text-top;
}


div.std {
   font-style: "Times New Roman";
   font-size: 12pt;
   text-decoration: none;
}

div.links{   
   width: 100%;
   border: ridge 2px #FFD700;
}

a.generic:visited {
   color: #0000FF;
}

a.generic:active {
   color: #FF00FF;
}

a.generic:hover {
   color: #FFD700;
}

a.levels:hover {   
   font-size: 150%;
   cursor: crosshair;
}

p.left {
   text-align: left;
}

p {
   text-align: center;
}


/* début leaders.css */

table.descript {
   width: 720px;
   border: 0px;
   padding: 8px;
   font-size: 10px;
   font-family: verdana, arial, helvetica, sans-serif;
   color: #FFFFFF;
}

table.main {
   width: 750px;
   padding: 1px;
   font-size: 12px;
   font-family: verdana, arial, helvetica, sans-serif;
   color: #FFFFFF;
   border: ridge 2px #CCCCCC;
   border-spacing: 0px;
   margin-left: auto;
   margin-right: auto;
}

table.cut {
   width: 420px;
   padding: 1px;
   color: #FFFFFF;
   border: ridge 2px #CCCCCC;
   border-spacing: 0px;
   margin-left: auto;
   margin-right: auto;
}


table.list {
   font-family: verdana;
   font-size: 10pt;
}

table.lists {
   width: 95%;
}

th.lists {
   color: orange;
   text-align: left;
}

td.holders {
   border-top: solid 1px #606060;
   border-bottom: solid 1px #7F7F7F;
   border-left: solid 1px #606060;
   border-right: solid 1px #7F7F7F;
   padding: 3px;
   vertical-align: text-top;
   text-align: center;
}

td.nonmain {
   border: none
}



a.initials:link,
a.initials:visited,
a.initials:active {
   text-decoration: none;
}

a.initials:hover {
   text-decoration: none;
}

a.toplinks:link,
a.toplinks:visited,
a.toplinks:active {
   text-decoration: none;
   color: #FF9900;
}

a.toplinks:hover {
   text-decoration: none;
   color: #FFEECC;
}


img {
   border: none;
}



