/* Styly Modrá Alfa vpravo */

BODY	{  /* všechen text */
	font-family: 'Verdana';
	background: white url(backgr.gif);
	color: #019;	
	margin-top: 0;
	margin-bottom: 24;
	margin-left: 20;
	margin-right: 0;
	}

a	{ color: #24c; background-color: #fff; }
a:hover	{ color: #019; background-color: #def;}

p,address,h4,dt,dd,dl,ol,ul,li
	{ /* základní text */ 
	font-size: 70%;
	line-height: 160%;
	margin-top: 8;
	margin-bottom: 6;
	}

table.txt td, table.txt p { font-size: 11px; }


li	{ /* už dál nezmenšovat */ 
	font-size: 100%;
	margin-top: 3;
	margin-bottom: 3;
	}

blockquote { margin-top: 0; margin-bottom: 0; }

h1	{ /* záhlaví stránky */
	font-size: 22;
	color: #24c;	
	margin-top: 50;
	margin-bottom: 50;
	}

h2	{ 
	font-size: 17;
	color: #13b;	
	margin-top: 18;
	margin-bottom: 12;
	}

h3	{ 
	font-size: 13;
	color: #01a;	
	margin-top: 12;
	margin-bottom: 6;
	}

h6	{ /* pata */
	font-size: 55%;
	font-weight: normal;
	margin-top: 12;
	padding-bottom: 9;
	}

table.e	{ /* stránkotvorná tabulka */
	width: 560;
	padding-top: 0;
	padding-bottom: 24;
	border-top: 1 solid #24c;
	border-bottom: 1 solid #24c;
	}



img.e	{ border: 1 solid #666;
	margin-top: 0;
	margin-bottom: 0;
	}

