
.highlited
{
     background-color: blue;
     height: 25px;
}
.fontlighted
{
font-weight: bold;
color: #0000FF;
}
.fontlighted:hover
{
font-weight: bold;
 color: #0000FF;
 cursor: pointer; 
}
.one{
 font-weight: 500;
 color: black;
}
.one:hover {
  color: #0000FF;
   cursor: pointer; 
}
