/* body background-color : #3399cc; */
body {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom : 10;
	margin-top : 10;
	background-color : #3399cc;
}

/* barva #528C9E odkazu */
a:link {
    text-decoration: none; 
	font-weight: bold;
	color: #528C9E;
	}

/* barva #3399ff navštíveného odkazu */
a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #3399ff;
	}

/* barva Red odkliknutého odkazu */
a:active {
    text-decoration: none;
	font-weight: bold;
	color: Red;
	}

/* barva Red odkazu při přejetí kurzorem */
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: Red;
	}

/* tabulky */
table {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color : #ffffee;
    }

/* tabulky - lišta v seznamu terapeutů a lektorů */
table.lista {
	width: 100%;
	background-color : #528C9E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: White;
	vertical-align : middle;
	text-align : center;
	}

písmo na liště v seznamu terapeutů a lektorů */
/*.lista {
    font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 18pt;
 	color: White;
    }

