body {
	background: url(bg.png) left top no-repeat #1d1715;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #00ffcc;
	line-height: 1em;
	font-weight: 100;
}

#obsah {
	width: 500px;
	padding: 0;
	margin-top: 130px;
	margin-left: 440px;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-shadow: 0.8px 0px 1px black;
}

h1 {
	display: none;
}

h2 {
	font-weight: normal;
}

a.a {
	color: #00ffcc;
	text-decoration: none;
	border-bottom: 1px solid #00ffcc;
}

a.a:hover {
	text-decoration: none;
	border-bottom: 1px solid white;
	text-shadow: 0px 0px 2px black;
}

li {
	margin-bottom: 8px;
	list-style-type: circle;
}

i {
	letter-spacing: 0px;
    color: #18a387;
}