HTML {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}
H1 {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Arial Black';
  margin-bottom: 20px;
}

H2 {
  font-size: 23px;
  margin-bottom: 2px;
}
H3 {
  margin-bottom: 2px;
}

BODY {
	width: 840px;
	margin: auto;
}
P {
  margin-top:0;
  margin-bottom: 5px;
  text-align: justify; 
}

A {
	color: darkblue;
}
A:hover{
	color: red;
}

DIV.description {
  text-align: center;
  font-size: 90%;
  margin-bottom: 1em;
  font-style: italic;
}

SPAN.date {
  font-family: courier;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid black;
}

P.footer {
  text-align: right;
  clear: both;
  border-top: 1px solid gray;
}

UL {margin-top:0;}
LI {
  text-align: justify;
}

IMG { display:block; margin: auto; margin-top: 1em; border: none;  }


DIV.image_group {
  margin-bottom: 1em;
}
DIV.image_group IMG {
  margin: 0px;
  float: left;
  margin-right: 7px;
  margin-bottom: 4px;
}

DIV.image_group P, DIV.centeredImage P {
  font-style: italic;
  clear: both;
  text-align: center;
}

TABLE {
  font-size: 14px;
  border-collapse: collapse;
}
TABLE TD {
  text-align: left;
}
TABLE TD.code {
  font-size:11px;
  font-family: courier;
}
TABLE IMG {
  margin: auto; 
  padding: 0;
}

P.uvod {
  font-weight: bold;
}
