body { 
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #800000;
	}

input, button { 
	color: orange; 
	font-family: Comic sans ms; 
	font-size: 14px;
	background-image: linear-gradient(#800000, #800000, black);
	cursor: pointer; 
	border: 1px;
	border-color: black;
	border-style: solid;
	border-radius: 6px;
	box-shadow: 3px 3px 10px #800000;
	}

input:hover, button:hover { 
	color: #800000;
	font-size: 15px;
	font-weight: bold; 
	background-image: none;
	background-image: linear-gradient(#800000, black, black);
	border-color: #800000;
	cursor: pointer; 
	border: 0px; 
	}
	
#not {
	cursor: not-allowed;
	}
	
ul { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
	text-align: center;
	}

li#menu {
	padding: 8px;
	}

li#fejlec {
	display: inline;
	padding: 3px;
	}
	
ol { 
	margin: 0px; 
	padding-bottom: 15px; 
	padding-left: 3px; 
	list-style-type: none;
	text-align: left;
	}
	
li#menu2 {
	padding: 0px;
	}      /* VIGYÁZZ! A "stilus1"-ben ez a parancs máshogy van deklarálva! */

li#menu3 {
	padding-top: 0px;
	padding-left: 20px;
	}
	
#menu3:before { content: '- '; }


p#center {
	text-align: center;
	line-height: 16px;
	}

img#kiskep2 {
	border: 1px solid #800000; 
	width: 120px;
	border-radius: 10px; 
	transition: width 1s;
	}
	
img#kiskep2:hover {
	width: 170px;
	}
	
h4 {
	font-size: 20px;
	margin: 5px;
	}
	
