body {
  background-color: white;
	font-family: Georgia, "Times New Roman";
	font-size: 10px;
	color: black;
}

#obsah {
	font-size: 14px;
	
}

#menu a { 
  color: rgb(93,123,99); 
  text-decoration: none;
  font-size: 14px;
}
#menu a:hover { 
  color: black; 
  text-decoration: underline;
  font-size: 14px; 
}

a { 
  color: black; 
  text-decoration: underline;
  font-size: 14px;
}
a:hover { 
  color: rgb(93,123,99); 
  text-decoration: underline;
  font-size: 14px; 
}
