	body{		background-color: #c0c0c0;		color: white;	}		a:link	{		text-decoration: none; 		color: white;	}		a:visited	{		text-decoration: none;		color: white;	}		a:hover	{		text-decoration: none;		color: yellow;	}		a:active	{		text-decoration: none;		color: white;	}		p	{		color: white;	}		font.nadpis	{		color: white;		font-size: 36pt;		font-weight: bold;		font-family: "Times New Roman", serif;	}		font.zaklad	{		color: white;		font-size: 12pt;		font-family: "Times New Roman", serif;	}		font.popis	{		color: white;		font-size: 12pt;		font-weight: bold;		font-family: "Times New Roman", serif;	}		font.zaklad2	{		color: white;		font-size: 12pt;		font-family: "Arial", sans-serif;	}		font.menu	{		color: white;		font-size: 13.5pt;		font-family: "Arial", sans-serif;	}		a.menu	{		padding-left: 0.3em;		padding-right: 0.3em;	}			span.menu1	{		background-color: #c0c0c0; 		color: #000080;		padding-left: 0.3em;		padding-right: 0.3em;	}		td.titul	{		text-align: center;		vertical-align: middle;		background-color: #000080;		height: 70;	}		div.titul	{	/* margin je tu proto, ze centrovani obrazku v DIV nechodi ve FireFoxu */		margin-left: 18px;		margin-right: 18px;		border: 1; 		background-image: url("images/titulek.gif");		width: 760;		height: 55;	}		td.body	{		text-align: center;		vertical-align: top;		background-color: #808080;		background-repeat: no-repeat;		background-image: url("images/vlna_bg.jpg");		height: 500	}		td.menu	{		text-align: center;		vertical-align: middle;		height: 40;		width: 100%;		border-bottom-width: thin;		border-bottom-style: groove;	}		td.footer	{		height: 20;		width 100%;		border-top-width: thin;		border-top-style: groove;		border-color: white;		background-color: #808080;	}