body	 { font-size: 12pt; font-style: normal; margin-left: 30px; font-family: Arial, Helvetica, sans-serif }

a:link	 { font-weight: normal; text-decoration: underline; color: #0066cc }   /* nenavstiveny odkaz */
a:visited	 { font-weight: normal; text-decoration: underline; color: #0066cc }   /* navstiveny odkaz */
a:active	 { font-weight: normal; text-decoration: underline; color: #660066 }   /* aktivni odkaz */
a:hover	 { font-weight: normal; text-decoration: none; color: #ff0000 }

ul	{ list-style-type: square; }
li	{ font-size: 11pt; color: black; font-weight: normal; text-align: left; font-family: Arial, Helvetica, sans-serif }     /* text LI */

h1	{ font-size: 30pt; color: blue; font-weight: bold; text-align: center; font-family: Times, Times Roman, serif }   /* nadpis */
h2	{ font-size: 14pt; color: red;  font-weight: bold; text-align: center; font-family: Arial, Helvetica, sans-serif }     /* podnadpis */
h3	{ font-size: 14pt; color: red;  font-weight: bold; text-align: center; font-family: Arial, Helvetica, sans-serif }        /* nazev odstavce */
h4	{ font-size: 14pt; color: blue; font-weight: bold; text-align: left; font-family: Arial, Helvetica, sans-serif }        /* nazev odstavce */
h5	{ font-size: 12pt; color: white; font-weight: normal; text-align: center; font-family: Arial, Helvetica, sans-serif }     /* bila tecka */
h6	{ font-size: 12pt; color: black; font-weight: bold; text-align: left; font-family: Arial, Helvetica, sans-serif; margin: 0 }        /* nazev odstavce */

hr	{ text-align: center; height: 1px; color=gray; width: 100%}

table	{ margin-left:20px; border: 0px; }
tr	{ background: #6F9; vertical-align: top;}
td	{ padding: 5px 20px 5px 20px}

.fr	{ float:right; margin-left: 25px;}
.podpis	{ float:right; margin-top: 10px;}

