<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS*/
body {
    margin-top: 20px;
	text-align: center;
    margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.style1 {
	font-family: "Arial";
	font-size: 24px;
	}

.style2 {	
	font-size: 16px;
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
	}
					
.style3 {
    font-family: "Georgia";
	font-size: 12px;
	text-align: center
	}
.style4 {
    font-family: "Arial";
    font-size: 18px;
    margin-left: 30;

	}
.style5 {
    font-family: "Georgia";
	font-size: 12px;
text-align: center


	}
.style6 {
    font-family: "Arial";
	font-size: 18px;

	}
.style7 {
    font-family: "Arial";
	font-size: 18px;
	text-align: left
	}
ul {
        font-family: "Arial";
	font-size: 18px;

	}

IMG.kepek {
    display: block;
    margin-left: auto;
    margin-right: auto
	}
	
table#tabla {
   
    border: solid #678866 3px;
    width: 960px;
    
}
#fejlec {	
	height: 200px;
}
#szoveg {	
    width: 960px;
	text-align: left;
	float: center;
}
</pre></body></html>