.fontSize9 {
	font-size: 9px;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize18 {
	font-size: 18px;
}

.fontSize20 {
	font-size: 20px;
}

.fontSize24 {
	font-size: 24px;
}

.fontSize26 {
	font-size: 26px;
}

.fontSize30 {
	font-size: 30px;
}

.fontSize36 {
	font-size: 36px;
}

.fontSize40 {
	font-size: 40px;
}

.fontSize60 {
	font-size: 60px;
}

.fontSize70 {
	font-size: 70px;
}

.fontSize80 {
	font-size: 80px;
}

.fontSize100 {
	font-size: 100px;
}

.fontWeightBold {
	font-weight: bold;
}

.fontWeight300 {
	font-weight: 300;
}

.fontWeight600 {
	font-weight: 600;
}

.fontWeight700 {
	font-weight: 700;
}

.fontWeight900 {
	font-weight: 900;
}

.textAlignCenter {
	text-align: center;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.textAlignJustify {
	text-align: justify; 
}

.textUnderline {
	text-decoration: underline;
}