 a:link {color:Blue;}  
 a:visited {color:Blue;}  
 a:active {color:#FF7F50;}
 a:hover {color: Yellow;}
 
  body {
	margin: 2px;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	background-color: Lime;
	text-align: center;}

 .hlavicka{
	width: 765px;
	background-color: #c6c6c6
	border-top: Black;
	border-top-style: solid;
	border-top-width: 1px;}
	
  .main{
 	width: 765px;
	margin-top: 0px;
	padding: 10px;
	text-align: justify;
	border-bottom: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;}
	
	.hlavicka, .main, {
	border-right: Black;
	border-right-style: solid;
	border-right-width: 1px;
	
	border-left: Black;
	border-left-style: solid;
	border-left-width: 1px;}
	
 .menutable {
	background-color: Fuchsia;
	text-align: center;
	font-family: sanserif;
	font-size: 20px;
	border: medium;
	border-color: Black;
}
p {
	text-indent: 30px;
}



