 
BODY{
  font-size : 12pt;
  line-height : 24px;
}
P{
  font-size : 12px;
  line-height : 24pt;
}
DIV{
  font-size : 12px;
  line-height : 24in;
}
.txt{
  font-size : 10px;
  line-height : 22px;
}
.title{
  font-size : 18px;
  line-height : 28px;
  color : green;
}
A:HOVER {
  font-size : 14px;
  COLOR: red;
  left : -2px;
  POSITION: relative;
  top : -4px;
}