body{
	background: black;
	color: yellow;
	font-size: 16px;
}

a{ color: yellow; }


#content{
	text-align:justify;
	padding:10px;
}

#incfont{
	background-color: orange;
	color: black;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 20px;
	margin: 0px 2px;
}

#decfont{
	background-color: yellow;
	color: black;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 20px;
	margin: 0px 2px;
}

.header{
	width: 100%;
	font-size: 2.0em;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid yellow;
}

.fomenu ul {
	list-style-type: square;
	font-size: 1.4em;
	text-transform: uppercase;
}

.fomenu{
	float: left;
	width: 300px;
}

.current, .fomenu ul li:hover, .fomenu ul li:focus, .fomenu ul li:active{
	background: lightyellow;
}

.current a, .fomenu ul li a:hover, .fomenu ul li a:focus, .fomenu ul li a:active{
	color: black;
}

.tartalom{
	float: left;
	width: 900px;
	border-left: 5px solid yellow;
	padding-left: 20px;
	font-size: 24px;
}

h2{
	font-size: 1.4em;
}

.justify{ text-align: justify; }
.left { float: left; }
.right { float: right; }
.center { display: block; text-align: center; margin: 0 auto; padding: 0 auto;}
.clear {clear:both;display:block;font-size:0;line-height:0;}
.bold{ font-weight: bold; }

.galeria {
    width: 200px;
    height: 133px;
    overflow: hidden;
	border: 2px solid yellow;
	margin: 4px 4px 16px 4px;
	float:left;
	padding: 2px 4px;
}

.galeria img{
	width: 250px;
    margin: -5px;
	vertical-align: bottom;
}