body 			    { background-color: #CCCCFF }

/*text*/
p					{ margin:0; font-family: verdana, arial; font-size: 10pt; color: #330066; text-decoration: none }

/*hypertext + navstiveny*/
a:link, a:visited   { text-decoration: underline }
a:hover     		{ text-decoration: underline; color: #330066; font-weight: bold; background-color: #FFFFFF }

/*tabulka*/
td					{ font-family: verdana, arial; font-size: 10pt; color: #330066; text-decoration: none; border-style: 
					  none; margin-top: 0; margin-right: 0; margin-bottom: 0;margin-left: 0 }
.td_red				{ font-family: verdana, arial; font-size: 10pt; color: #330066; text-decoration: none; border-style: 
					  none; margin-top: 0; margin-right: 0; margin-bottom: 0;margin-left: 0; background-color:#FF0000 }
.td_white			{ font-family: verdana, arial; font-size: 10pt; color: #330066; text-decoration: none; border-style: 
					  none; margin-top: 0; margin-right: 20; margin-bottom: 0;margin-left: 20; background-color:#FFFFFF }
.td_wtext			{ font-family: verdana, arial; font-size: 10pt; color: #330066; text-decoration: none; border-style: 
					  none; margin-top: 0; margin-right: 0; margin-bottom: 0;margin-left: 0; background-color:#FFFFFF }

a.td_white:link, a.td_white:visited 	{text-decoration:underline, color:#330066}
a.td_white:hover   						{color:#FFFFFF; text-decoration:underline; font-weight:bold; background-color:#330066} 

a.td_wtext:link, a.td_wtext:visited 	{text-decoration:underline, color:#330066}
a.td_wtext:hover   						{color:#FFFFFF; text-decoration:underline; font-weight:bold; background-color:#330066} 


/*pruhy*/
.pruh_h           { font-family: verdana, arial; font-size: 10pt; color: #FFFFFF; font-weight: bold; text-align: center; 
				   margin-top: 10; margin-bottom: 5; background-color: #330066 }
.pruh_d          { font-family: verdana, arial; font-size: 8pt; color: #FFFFFF; text-align: center; margin-top: 10; 
				   background-color: #330066 }
.pruh_2          { font-family: verdana, arial; font-size: 8pt; color: #FFFFFF; text-align: center; margin-bottom: 10; 
				   background-color: #330066 }

a.pruh_2:link, a.pruh_2:visited 	{text-decoration:none; color: #FFFFFF }
a.pruh_2:hover   					{color:#330066; text-decoration:none; font-weight:bold; background-color:#FFFFFF} 

					  
/*Menu*/
.menu 			{font-family: verdana, arial; background-color:FF0000; border:1px solid #330066; text-decoration:none;
				 width:100%; padding-left:5px; padding-top:1px; padding-bottom:1px; margin-bottom:2px; margin-top:1px; display:block }  

a.menu:link, a.menu:visited 	{text-decoration:none; color:#330066 }
a.menu:hover   					{color:#330066; text-decoration:none; font-weight:bold; background-color:#FFFFFF} 

/*330066 vestka; CCCCFF pozadí; FFOOOO červená*/					  