body {
 background: white;
 color: black;
 font-family: georgia, "Times New Roman", Times, serif;
}
h1, h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 1em 0;
}
h3 {
	font-size: 1.1em;
	padding-top: 1em;
	margin: 0;
}
#logo {
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid Black;
	border-top: 2px solid Black;
	font-weight: bold;
}
#logo img{
	display: none;
}
#footer {
	text-align: center;
}
#nav {
 display: none;
}
.skip {
	display: none;
}
a {
	text-decoration: none;
	color: Black;
}
.fright { 
 float: right;
 margin: 0 0 1em 1em;
}
.fleft {
 float: left;
 margin: 0 1em 1em 0;
}
p {
	text-align: justify;
}
.kurse li {
	margin-top: 0.5em;
}
.links li {
	margin-top: 0.3em;
}