body {
	background-color : rgb(255, 128, 128);
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#fejlec {
	text-align: center; 
	color : white;
	font-family: Times New Roman, Garamond, serif;
	
}

h1 {
	font-size: 36px;
	font-style: italic;
}
#menu {
	background-color: red;
}
h2 {
	font-family: Times New Roman, Garamond, serif;
	font-size: 28px ;
	font-style: italic;
}
h3 {
	font-family: Times New Roman, Garamond, serif;
	font-size: 28px;
	font-style: italic;
}
h4 {
	font-family: Times New Roman, Garamond, serif;
	font-size: 28px;
	font-style: italic;
}
h5 {
	font-family: Times New Roman, Garamond, serif;
	font-size: 28px;
	font-style: italic;
}
h6 {
	font-family: Times New Roman, Garamond, serif;
	font-size: 28px;
	font-style: italic;
}
h6 {
	background-color: white;
}

h2 {
	background-color: white;
}

h3 {
	background-color: red;
}

h4 {
	background-color: white;
}

h5 {
	background-color: red;
}


