
html {
   height: 100%;
}

body {
   background: #151719;
   color: #FFFFFF;
   font-family: "Trebuchet MS", Verdana, Arial, Serif;
   height: 100%;
}

div.inv { 
   width: 750px;
   margin-left: auto;
   margin-right: auto;
}

h1, h2 {
   color: #FFA500;
   font-family: "Perfect Dark (BRK)", "Arial Black", Serif;
}

h1 {
   text-align: center;
   font-size: 200%;
}

h2 {
   text-align: left;
   font-size: 170%;
}

h3 {
   color: #FFFFFF;
   text-align: left;
   font-size: 100%;
}

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

td.levelwidth {
   width: 40%;
}

td.diffwidth {
   width: 20%;
}

table.legend {
   width: 100%;
   border-spacing: 3px;
   border: outset 1px #00008B;
}

table.legend td {
   padding: 0px;
}


/*  */
td.barrierbroken {
   color: #FFA500;
}


a:link {
   text-decoration: underline; color: #0088EE;
}

a:visited {
   text-decoration: underline; color: #0088EE;
}

a:hover {
   text-decoration: none; color: #FFA500;
}


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

table.wrs, table.longest {
   width: 100%;
   border: outset 1px #00008B;
   border-spacing: 0px;
   margin-left: auto;
   margin-right: auto;
}

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

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;
}


p.left {
   text-align: left;
}

p {
   text-align: left;
}


/* 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 {
   /* Copie de wrs */
   width: 100%;
   border: outset 1px #00008B;
   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 {
   text-align: left;
   color: orange;
}

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: left;
}

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: #0088EE;
}

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


img {
   border: none;
}



