= {
print_style.FC_BLACK: "color: {0}Black;",
print_style.FC_BLUE: "color: {0}Blue;",
print_style.FC_GREEN: "color: {0}Green;",
print_style.FC_CYAN: "color: {0}Cyan;",
print_style.FC_RED: "color: {0}Red;",
print_style.FC_MAGENTA: "color: {0}Magenta;",
print_style.FC_YELLOW: "color: {0}Yellow;",
print_style.FC_WHITE: "color: {0}White;",
print_style.BC_BLACK: "background-color: {0}Black;",
print_style.BC_BLUE: "background-color: {0}Blue;",
print_style.BC_GREEN: "background-color: {0}Green;",
print_style.BC_CYAN: "background-color: {0}Cyan;",
print_style.BC_RED: "background-color: {0}Red;",
print_style.BC_MAGENTA: "background-color: {0}Magenta;",
print_style.BC_YELLOW: "background-color: {0}Yellow;",
print_style.BC_WHITE: "background-color: {0}White;",
print_style.FW_BOLD: "font-weight: bold;",
}