div {
	padding : 0 ;
	margin: 0 0 1em 0;
	background-color: #ccf;
 }
.normal {
	font-size : 60px ;
 }
.parent {
	font-size: 30px;
	background-color: #cfc;
 }
.baseline {
	font-size: 12px ;
	vertical-align: baseline ;
	background-color: #fcf;
 }
.sub {
	font-size: 12px ;
	vertical-align: sub ;
	background-color: #fcf;
 }
.super {
	font-size: 12px ;
	vertical-align: super ;
	background-color: #fcf;
 }
.top {
	font-size: 12px ;
	vertical-align: top ;
	background-color: #fcf;
 }
.text-top {
	font-size: 12px ;
	vertical-align: text-top ;
	background-color: #fcf;
 }
.middle {
	font-size: 12px ;
	vertical-align: middle ;
	background-color: #fcf;
 }
.bottom {
	font-size: 12px ;
	vertical-align: bottom ;
	background-color: #fcf;
 }
.text-bottom {
	font-size: 12px ;
	vertical-align: text-bottom ;
	background-color: #fcf;
 } 
.percent {
	font-size: 12px ;
	vertical-align: 160% ;
	background-color: #fcf;
 }    
.percent-minus {
	font-size: 12px ;
	vertical-align: -160% ;
	background-color: #fcf;
 }    