body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

h1, h2, h3 {
    font-weight: bold;
    color: #000033;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

A { 
	font-weight: bold;
    text-decoration: none;
}
	
A:link { color: #9E0B0E; }
A:visited { color: #9E0B0E; }
A:active { color: #9E0B0E; text-decoration: underline; }
A:hover { text-decoration: underline; }

#obsah {
width: 700px;
border: 1px dotted black;
padding: 20px 10px 10px 10px;
font-size: 0.8em;
}
#top {
height: 50px;
}
#text {
width: 250px;
border: 1px dotted black;
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 15px;
font-weight: bold;
position: relative; left: -250px; top: 60px;
background-color: white;
}