nav.fomenu{
    border: 3px solid black;
    background-color: #9ec6f3bd;
    padding:0% 2%;
    margin-bottom: 1%;
}
nav.fomenu a:link, nav.fomenu a:visited {
    color: black; /* mindig fekete */
    font-weight: normal;
    text-decoration:underline;
}
.fejlec{
    border: 2px solid black;
    background-color: rgba(240, 248, 255, 0.578);
    padding: 0% 3%;
    margin-bottom: 1%;
}
.ugras-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ugras-link:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 1em;
    padding: 0.5em;
    background-color: #ffffcc;
    border: 2px solid #000;
    font-weight: bold;
    z-index: 1000;
}


a:link {
    color: #32009d;
    text-decoration: underline;
}
a:visited {
    color: #482F48;
    text-decoration: underline;
}
button.basic {
    padding: 0% 1%;
    font-size: 100%;
    background-color: #00000000;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}