.font-underline { -webkit-text-decoration: underline; text-decoration: underline; }
.font-bold { font-weight: bold; }
.font-italic { font-style: italic; }
.font-blue { font-weight: bold; font-size: 16px; color: blue;}
.font-green { font-size: 14px; color: green;}
.font-black { font-size: 24px;}

