
/* ----- FONT SIZES ----- */
.fontXSmall { font-size: 8px !important; }
.fontSmall { font-size: 11px !important; }
.fontMedium { font-size: 14px !important; }
.fontLarge { font-size: 17px !important; }
.fontXLarge { font-size: 20px !important; }

/* ----- FONT FORMAT ----- */
.bold { font-weight: bold !important; }
.italic { font-style:italic !important; }
.underline { text-decoration:underline !important; }
.strikethrough { text-decoration:line-through !important; }

/* ----- COLOURS ----- */
.red { color:#FF0000 !important; }
.black { color: #000000 !important; }
.white { color: #FFFFFF !important; }
.blue { color: #284390 !important; }
.darkRed { color: #bb0001 !important; }

/* ----- BORDER----- */
.borderThin { border: 1px solid !important; }
.borderMedium { border: 2px solid !important; }
.borderThick { border: 3px solid !important; }
