#header {
	   //a teljes oldal háttérszíne  - background : #666666;
	border-bottom : 2px solid #000000;
	margin : 0px;
	padding : 5px;
}

a {
	color : #000000;  //az album.txt szöveg színe mégse az....     ffffff a fehér!
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : underline;
}


body {  // a külső keret színe   - background :#000000;
	color : #000000;  //a képek alatti betűk színe
	font-family : Tahoma, Arial, sans-serif; //a képek alatti betűk
	font-size : 12px;
	
}

h1 {
	font-size : 24px;
	color : #000000;
	font-family : Tahoma, Arial, sans-serif; //a képek alatti betűk
}

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #000000;
	font-weight:normal;
}



