body {
	font-family: Cambria, Georgia, Palatino, "Palatino Linotype", Constantia, serif;
	text-align: center;
	background-color: #679bc9;
	color: #666;
}
table, td, th {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 4px;
}
th {
	background-color: #F2F2F2;
}
#main {
	border: 1px solid #004080;
	width: 550px;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
}
#logo {
}
strong {
}

#obsah {
	text-align: left;
} 
#reklama {
	text-align: left;
}
div {
	padding: 10px;
}
a {
	color: #0066CC;
}
a:link {
	color: #0066CC;
}
a:hover {
	color:#009900;
}
h1 {
}
p {
	line-height: 130%;
}
hr {
	color: #ece9d8;
} 
strong {
	font-weight: normal;

}
.RedBold {
	color: Red;
	font-weight: bold;
}
.justify {
	text-align: justify;
}

h2 {
	font-size: large;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
