/* Stíluslap */
/* Alap stíluslap */
html {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    margin:  0 1px 0 1px;
    padding: 0 0 0 0;
}
header {
    width: 100%;
    height: 100%;
    align-items: center;
    align-self: center;
    align-content: center;
}
body {
    background: #2e2208;
}
table, tr, th, td {
    border: 0px solid #2e2208;
    border-collapse: collapse;
    font-size: 18px;
}
/* Alap link kijelölés */
a {
    color: rgb(0, 0, 110);
    text-decoration: none;
}
/* a még meg nem látogatott link */
a:link {
    color: #0703e7e1;
}
/* a már meglátogatott oldal */
a:visited {
    color: #0703e7e1;
}
/* ha az egér a link fölött van */
a:hover {
    color: rgb(167, 2, 16);
}
/* az éppen kiválasztott hivatkozás formázása */
a:active {
    color: #0105ff;
}
