A.bl:link {TEXT-DECORATION: underline; color: #00549A}
A.bl:visited {TEXT-DECORATION: underline; color: #00549A}
A.bl:hover {COLOR:  rgb(0,153,0); TEXT-DECORATION: none}
A.bl:active {color: rgb(0,153,0);  TEXT-DECORATION: underline}

A.nulg:link    {TEXT-DECORATION: none; color: green}
A.nulg:visited {TEXT-DECORATION: none; color: green}
A.nulg:hover   {TEXT-DECORATION: none; color: green}
A.nulg:active  {TEXT-DECORATION: none; color: green}

A.nulr:link    {TEXT-DECORATION: none; color: red}
A.nulr:visited {TEXT-DECORATION: none; color: red}
A.nulr:hover   {TEXT-DECORATION: none; color: red}
A.nulr:active  {TEXT-DECORATION: none; color: red}

A.nulgl:link    {TEXT-DECORATION: none; color: gold}
A.nulgl:visited {TEXT-DECORATION: none; color: gold}
A.nulgl:hover   {TEXT-DECORATION: none; color: gold}
A.nulgl:active  {TEXT-DECORATION: none; color: gold}

A.nul:link    {TEXT-DECORATION: none; }
A.nul:visited {TEXT-DECORATION: none; }
A.nul:hover   {TEXT-DECORATION: none; }
A.nul:active  {TEXT-DECORATION: none; }

.textb {font-family:Verdana; font-size: 11; color: black }
.text {font-family: Verdana; font-size: 10; color: rgb(102,102,102)}
.text1 {font-family:Verdana; font-size: 12; color: rgb(102,102,102)}
.text2 {font-family:Verdana; font-size: 13; color: rgb(102,102,102)}
.leb {font-size:100%; line-height:130%; margin-bottom:0.5em; margin-top:0; text-indent:0em;}
.textBl {font-family:Verdana; font-size: 13; color: black }
.laurent {font-family: Tahoma; font-size: 26; color: white; font-weight: bold }
.texts {font-family:Verdana; font-size: 11; color: rgb(102,102,102) }
.textBlb {font-family:Verdana; font-size: 16; color: black }
.level {font-family:Verdana; font-size: 18; color: #616351; font-weight: normal; TEXT-DECORATION: none}
.levels {font-family:Verdana; font-size: 11; color: #616351; font-weight: normal; TEXT-DECORATION: none}
.levelm {font-family:Verdana; font-size: 16; color: #616351; font-weight: normal; TEXT-DECORATION: none}

.info {
  display: inline-block;
  position: relative;
}
.info:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 0; right: 0; bottom: 5px;
  z-index: 1; 
  background: rgba(235,235,235,0.6);
  color: black; 
  text-align: left; 
  font-family: Verdana; 
  font-size: 11px; 
  padding: 5px 10px;    
  width: 250; 
}