body {
background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 20px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}

#hl {
	height: 480px;
  _width: 95%;
  white-space: nowrap;
  overflow: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 10px 0px 20px 0px;
} 

#hlp {
	height: 480px;
  _width: 95%;
  white-space: nowrap;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 10px 0px 20px 0px;
} 

#odkaz {
	width: 600px;
	height: 50px;
	margin: 10px 0px 0px 30px;
	float: left;
}

ul {
	list-style: none;
	margin: 0px 20px 0px 20px;
	float: left;
}

a {
	color : #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #DC143C;
	text-decoration: line-through;
}

a.hle {
   font-size: 110%;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration: none;
}

a.hle:hover {
	color: #DC143C;
	text-decoration: line-through;
}

img.po {
	margin: 0px 0px 0px 0px;
	border: none;
}




