/* CSS Document */
body {
  	background:#fff;
  	margin:0;
  	padding:40px 20px;
  	font-family: georgia, serif;
  	 
  	color:#333;
  	
  }
p {
  	text-align: left;
  
  }

A  { 
	color: rgb(93, 129, 161);     
	text-decoration: none
	  
	}
A:hover {
	color:#ff3333;
	text-decoration:underline;
	}
h1 {
	color:  #ff3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	Font-variant: Small-caps;
	font-size: large;
	margin: 3px;
	}
h2 {
	color:  #ff3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: medium;
	letter-spacing: 5pt
	}
h3 {
	color: ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: small;
	}
h4 {
	color:  #ff3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: small;
	 
	}
.h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: ;
	}
ul {
	list-style-type: square;  
	}
li {
	list-style-type: square;
	}
 
 
.borderred {
	border: 1px solid #990000;
	padding: 2px;

	}

.tabulka TD
{
    FONT-SIZE: x-small;    
    TEXT-ALIGN: right;
	border-style: solid;
	border-color: rgb(93, 129, 161)
}

	.tabulka TH
{     
    FONT-SIZE: x-small;
    TEXT-ALIGN: center;
	font-weight: bold;
	border-style: solid;
	border-color: rgb(93, 129, 161)
}
.tabulka TABLE
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
	border-style: solid;
	border-color: rgb(93, 129, 161)
}


