@charset "utf-8";
/* CSS Document */

/* ---- Colors ---- */
.black { color: #000000; }
.blue { color: #1C8ECE; }
.bright_red { color: #ff0000; }
.brown { color: #996600; }
.dark_green { color: #666633; }
.dark_gray { color: #666666; }
.gold { color: #AF9C36; }
.green { color: #99A183; }
.hightlight { background-color: #FFFF00; }
.orange { color: #F17500; }
.red { color: #853200; }

/* ---- Style ---- */
.normal { font-style: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic }
.strikethrough { text-decoration: line-through; }
.underline { text-decoration: underline; }

/* ---- Alignment ---- */
.align_justify { text-align: justify; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }