/*   Jó színek: 
  középkék: #609BBF 
  világoskék: #A0C3D9
  sötétzöld: #384001
  világoszöld: #A0A603
  sötétbarna: 
  világosbarna: #A48B84
  szürke: #5A5340 
  arany:  #ffcc00*/

#skiptocontent * {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skiptocontent a:focus {
    position: static;
    width: auto;
    height: auto;
}

a{
    text-decoration: underline;
    color: black;
}

a:hover{
    text-decoration: underline;
    color: #384001;
}

a:visited{
    text-decoration: underline;
    color: rgb(80, 79, 79);
}

.not-usual-link,
.not-usual-link:visited{
    text-decoration: none;
    color: black;
}

.not-usual-link:hover{
    text-decoration: none;
    color: #384001;
}

footer {
    background-color: #B6BE23;
    color: black;
    padding: 0.5em;
    margin-top: 1.5em;
    border-top: 4px solid #384001;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

footer a, p{
    text-align: center;
    margin: 0;
}
