@charset "utf-8";
/* CSS Document */

body
{
	background-size:100%;
	line-height:1.5;
    background-image: url(hatter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: large;
	
}
#lista{
    margin-left: 40px;
    list-style-image: url(icon.png);
}


#tartalom
{
	position:relative;
	top:50px;
	left:10%;
	width: 80%;
    background-color: rgba(255,255,255,.8);
    padding: 20px;
}
table{
    width: 100%;
}
.jatekos{
    width: 240px;
    border-color: #ffb819;
    border-style: groove;
    border-width: 5px;
    box-shadow:3px 3px 50px rgba(0,0,0,.6); 
}
td
{
	padding:0px;
}

hr
{
	background-color:#ffb819;
	height:3px;
}


h1, h2
{
	margin-top:0px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
    text-align: center;
    color: #333;
    font-style: italic;
}
p:first-letter
{
	font-size:xx-large;
}