 

.px12{
  font-size : 12px;
  text-decoration : none;
  
  
  
}
.bold{
  font-weight : bold;
  font-size : 14px;
  text-decoration : none;
}
.red{
  color : red;
  font-size : 14px;
}
.white{
  color : white;
  font-size : 14px;
  font-weight : bold;
}
.px14{
  font-size : 14px;
  line-height : 1em;
}
.px10{
  font-size : 10px;
}
.px16{
  font-size : 16px;
  font-weight : bold;
}
A:HOVER{
  color : red;
}
.red12 {
  color: red;
  font-size: 12px ;
}
.olive {
  color: olive;
  font-weight: bold;
  font-size: 13px ;
}

