/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color:#FFF2FB;
}

hr {
color: #FF08EF;
}

H1 {
color:#FF08EF;
font-size:12px;
font-weight:bold;
text-decoration:underline;
text-align:center;
}
a:link {
	color: #FF08EF;
	text-decoration: none;	
}
a:visited {
	color: #FF08EF;
	text-decoration: none;	
}
a:hover {
	color: #FF99FF;
	text-decoration: underline;	
}
a:active {
	color: #FF08EF;
	text-decoration: none;	
}
body,td,th {
	color: #666666;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.prezentace:hover {
	background-color:#FF08EF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50; 
	opacity: 0.75;
}