table        {
	font-family: Tahoma;
	font-size: 10pt;
}

A:link {
	COLOR: Blue;
	text-decoration: underline;
}

A:visited {
	COLOR: Blue;
}
A:active {
	COLOR: Blue;
}
A:hover {
	COLOR: Red;
	text-decoration: underline;
	background-color: #e6ecf3;
}
input        { border: 1px solid #89CCFE }
file        { border: 1px solid #89CCFE }
select       {
	border: 1px solid #89CCFE;
	background: #89CCFE;
}
textarea     {
	border: 1px solid #89CCFE;
	font-family: Tahoma;
	font-size : 12
}


.nadpis {
	font-family: Tahoma, Sans-serif
	font-weight: bolder;
	font-size: medium;	
}


