/* stylovani TI tagu */  

/* formatovani textu */
.titag_b { font-weight: bold; }
.titag_i { font-style: italic; }
.titag_u { text-decoration: underline; }

/* bravy textu */
.titag_black { color: black; }
.titag_navy { color: navy; }
.titag_green { color: green; }
.titag_teal { color: teal; }
.titag_maroon { color: maroon; }
.titag_purple { color: purple; }
.titag_olive { color: olive; }
.titag_silver { color: silver; }
.titag_gray { color: gray; }
.titag_blue { color: blue; }
.titag_lime { color: lime; }
.titag_aqua { color: aqua; }
.titag_red { color: red; }
.titag_fuchsia { color: fuchsia; }
.titag_yellow { color: yellow; }
.titag_white { color: white; }


.titag_btn_text { color: black; }
.titag_btn_black { background-color: black; width:20px; height:20px; }
.titag_btn_navy { background-color: navy; width:20px; height:20px; }
.titag_btn_green { background-color: green; width:20px; height:20px; }
.titag_btn_teal { background-color: teal; width:20px; height:20px; }
.titag_btn_maroon { background-color: maroon; width:20px; height:20px; }
.titag_btn_purple { background-color: purple; width:20px; height:20px; }
.titag_btn_olive { background-color: olive; width:20px; height:20px; }
.titag_btn_silver { background-color: silver; width:20px; height:20px; }
.titag_btn_gray { background-color: gray; width:20px; height:20px; }
.titag_btn_blue { background-color: blue; width:20px; height:20px; }
.titag_btn_lime { background-color: lime; width:20px; height:20px; }
.titag_btn_aqua { background-color: aqua; width:20px; height:20px; }
.titag_btn_red { background-color: red; width:20px; height:20px; }
.titag_btn_fuchsia { background-color: fuchsia; width:20px; height:20px; }
.titag_btn_yellow { background-color: yellow; width:20px; height:20px; }
.titag_btn_white { background-color: white; width:20px; height:20px; }

