/* for text block */
/*
.txtblock-xs {  font-size: 65%; line-height: 140%}
.txtblock-s {  font-size: 70%; line-height: 140%}
.txtblock-m {  font-size: 81.25%; line-height: 150%}
.txtblock-l {  font-size: 100%; line-height: 150%}
.txtblock-xl {  font-size: 112.5%; line-height: 150%}
*/
.txtblock-xs {  font-size: 70%; line-height: 140%}
.txtblock-s {  font-size: 81.25%; line-height: 140%}
.txtblock-m {  font-size: 90%; line-height: 150%}
.txtblock-l {  font-size: 100%; line-height: 150%}
.txtblock-xl {  font-size: 120%; line-height: 150%}


/* for comment block */
.cmblock-xs {  font-size: 70%; line-height: 110%}
.cmblock-s {  font-size: 81.25%; line-height: 110%}
.cmblock-m {  font-size: 90%; line-height: 110%}
.cmblock-l {  font-size: 100%; line-height: 110%}
.cmblock-xl {  font-size: 120%; line-height: 110%}

/* absolute text size definition */
.abstxt-xs {  font-size: 10px; line-height: 110%}
.abstxt-s {  font-size: 11px; line-height: 110%}
.abstxt-m {  font-size: 13px; line-height: 110%}
.abstxt-l {  font-size: 16px; line-height: 110%}
.abstxt-xl {  font-size: 16px; line-height: 110%}

/* content default Font Size */
div#mainCol h1{  font-size: 120%;  line-height: 110%}
div#mainCol h2{  font-size: 100%;  line-height: 110%}
div#mainCol h3{  font-size: 90%; line-height: 110%}

