body
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	text-align:justify;
	scrollbar-base-color: #85a08e;
}
.bodyNaMainPage
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	text-align:justify;
}

.ObalObsahu
{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 2px;
	font-size: 12px;
	font-family: Arial, Tahoma;
	text-align:justify;
}

.VelkyNadpis
{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: none;
	color: #cc3333;
	font-family: 'Arial Black' , Arial, Tahoma;
	letter-spacing: -1px;
	text-align: center;
}
.MalyNadpis
{
	font-weight: bold;
	font-size: 12px;
	color: #cc3333;
	font-family: Arial, Tahoma;
	text-align: left;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
}
.Odstavec
{
	text-indent: 25px;
	text-align: justify;
	padding-bottom: 5px;
	padding-top: 5px;
}

.formatTable
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	text-align:justify;
}
table.zakladniTabulka {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.zakladniTabulka th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.zakladniTabulka td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
.zakladniBunka
{
	border-color: Green;
	background-color:Red;
	
}

/*
A.skryty
{
	color: #ff0000;
	text-decoration: none;
	outline-style: none;
}
A.skryty EM
{
	color: navy;
	display: none;
}
A.skryty:hover
{
	color: #ff0000;
	text-decoration: none;
}
A.skryty:active
{
	color: navy;
	background: none transparent scroll repeat 0% 0%;
}
A.skryty:focus
{
	color: navy;
	background: none transparent scroll repeat 0% 0%;
}
A.skryty:active SPAN
{
	color: #ff0000;
	display: none;
}
A.skryty:focus SPAN
{
	color: #ff0000;
	display: none;
}
A.skryty:active EM
{
	color: #3C217B;
	font-style: normal;
	font-size: 11px;
	display: block;
	width: 100%;
	cursor: default;
}
A.skryty:focus EM
{
	color: #3C217B;
	font-style: normal;
	font-size: 11px;
	display: block;
	width: 100%;
	cursor: default;
}

P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #000080;
}

A:Visited  {
	color : #0000A0;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : #000060;
}

<style type="text/css"> -- from http://www.somacon.com/p141.php
table.sample {
	border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
</style>

<table class="sample">
<tr>
	<th>Header</th>
	<td>Content</td>
</tr>
</table>

*/
	
