/* A bal és jobb oszlopok a keptarak/css/keptar.cssben
   Itt csak a tartalmi rész kódja van*/
h1 {
    font-size: .9em;
}
h2 {
    font-size: .85em;
    text-decoration: underline;
}
h1, h2 {
    color: #3E3E3E;
}
.oszlop-kozep p {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: justify;
    font-size: .8em;
    color: #4E4E4E;
}
.oszlop-kozep a, .oszlop-kozep a:link, .oszlop-kozep a:visited, .oszlop-kozep a:hover {
    color: #0026ff;
}
table {
    width: 100%;
    height: auto;
    margin-top: 5%;
}
td {
    font-size: .8em;
    color: #4E4E4E;
    margin: auto;
    line-height: 20px;
}



