/* 
 * Style sheet for the html 4.0 specification 
 */ 
 
body { 
	background-color: #ecfee5;  
	color: #2A2A2A; 
	font-family: "times new roman", times, serif;
	font-size: larger;

	margin: 3% 5%; 
	letter-spacing: 1pt;
	text-align: justify; 
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
     }

#uvitaci {
	font-size: 170%;
	font-style: italic;
	padding: 0.5em 1em;
	border: 1px dotted black;
	text-align: center;
}

.pozadi { 
	background-image: url(pozadi.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
h2 {
	border-bottom: 1px dashed black;
	font-style: italic;
}

ul.odsazene li { margin: 0.5em; }

a:active {
	text-decoration: underline;
	font-style: italic;
	color: red;
}
a:link { 
	text-decoration: none ;
	color: #0d21a5;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:visited {
	text-decoration: none;
	color: #0d21a5;
}
a.hover:visited {
	color: #0d21a5;
}

