body,html { color: yellow;
	color: white;
	background-color: blue;
	background-image: url("../img/pozadi-hlavni-fr.png");
	background-repeat: repeat;
	font-family:verdana,sans-serif;
	scrollbar-track-color: grey;
	scrollbar-face-color: #122e53;
	scrollbar-arrow-color: #f0ff01;
	width: 575px;
}
	
a {
	border: none;
	font-weight: bold;
	text-decoration:none;
	}
a:link, a:visited {
	color: #ff0;
	}
a:hover {
	color: #fff;
}

#hlavicka {
	text-align: center;
}

#sessions {
	position: relative;
	top: 20px;
	list-style-type: none;	
}

#sessions h1,h2,h3,h4,h5 {
	font-weight: bold;
	text-align: center;
}

#sessions ul, li, ol, ol li, ul li {
	list-style-type: none;	
}

.participant {
	position: relative;
	left: 100px;
	text-indent: -100px;
	
}

.Sess-b {
	font-weight: bold;
}

.Sess-time {
	margin-top: 10px;
}

.chair {
	margin-bottom: 5px;
}