body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #ABC0DE;
	}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #647E1F;
	font-size: 12px;
	text-decoration: none;
	}
	
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #647E1F;
	font-size: 12px;
	text-decoration: underline;
	}
	
h1 {	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	}
	
.tdvonal {
	border-bottom: thin;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
.pics {
	border: solid;
	border-color: #7E90AF;
	border-style:solid;
	border-width: 3px;
	}

.tablafej {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #7E90AF;
	padding: 3px;
	}