
.size50percent 	{font-size: 50% ; }
.size60percent 	{font-size: 60% ; }
.size70percent 	{font-size: 70% ; }
.size80percent 	{font-size: 80%	; }
.size90percent 	{font-size: 90%	; }
.size100percent {font-size: 100%; }
.size110percent {font-size: 110%; }
.size120percent {font-size: 120%; }
.size140percent {font-size: 140%; }
.size150percent {font-size: 150%; }
.size160percent {font-size: 160%; }
.size180percent {font-size: 180%; }



/*
*Font Styles
*/
.normal {font-style: normal;}
.italic {font-style: italic;}
.oblique {font-style: oblique;}
.inherit {font-style: inherit;}

.arial {font-family: Arial; }

.bold { font-weight: bold; }
