/*------------ table style set ------------*/

.Class-Right{
  text-align : left;
  
background-position : center top;
  color : #ffffff;
}
.Class-Centre{
  text-align : center;
  text-decoration : none;
  font-weight : bold;
}
.Class-Left{
  text-align : left;
}
.Non-under{
  text-decoration : none;
}

