body {
	font-family: sans-serif;
	font-size: 11px;
	background-color: black;
	color: gray;
	padding: 0;
	margin: 0;
}

div#lyrics {
	position: absolute;
	text-align: right;
	right: 60px;
	bottom: 60px;
}

span#but_only {
	margin-right: 7em;
}

div#vert {
	position: absolute;
	right: 40px;
	bottom: 50px;
	width: 10px;
	height: 18em;
}

div#horiz {
	position: absolute;
	right: 50px;
	bottom: 41px;
	height: 10px;
	width: 29em;
}

div#inter {
	position: absolute;
	right: 21px;
	bottom: 21px;
	width: 29px;
	height: 29px;
	background-image: url('images/inter.png');
}

div#std {
	position: absolute;
	right: 62px;
	bottom: 26px;
	font-size: 12px;
}

img {
	width: 100%;
	height: 100%;
}

a {
	background-color: inherit;
	color: #000;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #222;
	text-decoration: underline;
}

a.link {
	color: #aaa;
	text-decoration: underline;
}

a.menu {
	color: gray;
}

div#menu {
	position: absolute;
	left: 0;
	top: 3em;
	margin: 0;
	padding: 0;
	border-right: 1px dotted gray;
	padding-left: 3em;
	padding-right: 3em;
}

div#pojednanie {
	width: 40em;
	padding-top: 3em;
	margin: 0px auto;
}

div {
	text-align: justify;
}

div.poet {
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

span.subnote {
	color: #555;
	background-color: inherit;
}

span.subsubnote {
	color: #333;
	background-color: inherit;
}

pre {
	font-size: 11px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	font-family: inherit;
}

