.Bold { font-weight: bold; }
.Red { color: #FF0000; }
.Blue { color: #0000FF; }
.Gulim { font-family: 'Gulim'; }
.Underline { text-decoration: underline; }
.Fontsize20 { font-size: 20px; }
.Italic { font-style: italic; }
.Strike { text-decoration: line-through; }
.Foot { font-weight: bold; color: #FF6407; }