/*CSS*/
body {
	background-color: #DBCDC0;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
	
.style1 {
		font-family: "Book Antiqua";
		font-size: 24px;
		}

.style2 {	
		font-size: 16px;
		font-family: "Book Antiqua";
		font-weight: bold;
		font-style: italic;
		}
					
.style3 {
    	font-family: "Book Antiqua";
		font-size: 15px;
		}

.style4 {
    	font-family: "Book Antiqua";
		font-size: 15px;
		text-align: center;
		}

#fejlec {
	background-color: #DBCDC0;
	height: 200px;
}
#szoveg {
	background-color:#DBCDC0;
}

#szoveg2 {
	background-color:#DBCDC0;
	border-style:solid; 
	border-width:3px; 
	border-color:#DCBA99;
	padding: 10px;
	text-align:left;
}

