	#menu  {
		margin-top: 5px;
		padding-top: 10px;
		text-align: center;
		letter-spacing: 2px;
		}
	#menu li {
		display: inline;
		text-align: center;
		list-style-type: none;
		}
	#menu li a, #menu li a:hover {
		font-family: sans-serif;
		font-weight: bold;
		width: 155px;
		margin-right: -1px;
		padding: 10px 10px 10px 10px;
		border: 1px solid #003333;
		text-decoration: none;
	  }
	#menu li a {
		color: gold;
		background-color: #005050;
		/* border: inset #005050; */
		}
	#menu li a:hover {
		color: black;
		background-color: gold;
		/* border: outset orange; */
		}
	#tartalom {
		position: relative; top: 20px;
		width: 780px;
	  }	
	body {
		background-color: #006666;
		background-image: url('golyokos.jpg');
		/* background-repeat: no-repeat; */
		background-attachment: fixed;
		background-position: center 75px;
		color: white;
		}
	h1, h2, h3 { font-family: sans-serif; letter-spacing: 5px; color: white; padding: 3px 0px;}
	h1.focim {
		background-color: gold;
		color: black; border:
		1px solid #003333
		/* inset orange; */
		}
	p { font-family: serif; text-align: justify; }
	a { color: white; }
	.alairas  { 
		background-color: #002020;
		padding: 5px;
		border: solid 1px black;
		
		font-weight: bold; 
		}