/* Nota Bene : */
.nb{
 color:#689B35;
 font-weight: bold; 
}
.nbc{
 display: block;
 color:#689B35;
 font-weight: bold; 
 text-align: center;
}
.nbred{
 display: inline;
 color:#B43C14;
 font-weight: bold; 
}
/* Color */
.red{
 color: #B43C14;
}
.green{
 color: #689B35;
}
/* Link  #3399CC*/
a{
 color: #0099FF;
 font-weight: bold;
}
a:link{
 text-decoration: none;
}
a:hover{
 text-decoration: underline;  
}
a:active{
 color: #FF9933;
 text-decoration: none; 
}

/* Home : */
.home{
  color: #FFF;
  text-decoration: none; 
}

