/*
 *  CSS - základní tabulka stylů
 */

html, body {
	height: 100%;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #CCCCCC;
  color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

p {
	text-align: justify;
	text-indent: 20px;
}

h2 {
	margin-top: 4px;
	padding-left: 6px;
	color: #666666;
}

h3 {
	color: #666666;
}

h4 {
	text-align: center;
}

img {
	border: 0;
}