 
.t20{
  font-size : 20px;
}
.t16{
  font-size : 16px;
}
.t24{
  font-size : 24px;
}
.t30{
  font-size : 30px;
}
.t12{
  font-size : 12px;
}
.t10{
  font-size : 10px;
}
.t9{
  font-size : 9px;
}
.t14{
  font-size : 14px;
}
.t16h22{
  font-size : 16px;
  line-height : 22px;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : purple;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
  
}
/*  C 

A:ACTIVE{
  color : #ff5555;
  text-decoration : underline;
  background-color : #ffffff;
}
 */