
h1 {
    text-shadow: 2px 2px brown;
}

h5 {
    font-weight: normal;

    /* 18. feladat*/
    font-style: italic;
}

/* 12. feladat */
.kiemelt {
    text-decoration:underline;
    font-weight: bold;
}

/* 16. feladat */
body {
    background-color: bisque;
}

/* 17. feladat */
p {
    text-align: justify;
    line-height: 180%;
}

/* 19. feladat */
a {
    color:brown;
}

a:hover {
    color:red;
    text-decoration:none;
}