body {
background-color: #fff;
background-image: url(images/hatter4.png);
background-repeat: repeat-x;
font: 100% Verdana, Arial, Helvetica, sans-serif;
margin: 0;
}

table {
background-color: #ffffcc;
margin-top: ;
}

.menu ul {
list-style-type: none;
}

.menu a {
background: #868366;
display: block;
width: 220px;
padding-top: 0.5em;
border: 1px solid #d0b26f;
text-decoration: none;
color: #000;
}

.menu a:hover {
background: #a48a4a;
color: #fff;
}


.tartalom {
height: ;
padding: 0.5em;
}

.tartalom h1 {
color: #333;
text-decoration: underline;
font-style: italic;
}

.tartalom blockquote {
width: 90%;
color: #444;
font-size: 17px;
text-align: justify;
line-height: 1.7em;
}

.tartalom h3 {
color: #333;
text-decoration: underline;
}

.tartalom li {
color: #444;
}

.tartalom p {
color: #444;
font-size: 17px;
}

.tartalom h4 {
color: #ff0000;
}

.lablec {
background-color: lime;
}