BODY {
    background: #f5f1e1;
    color: #7d6754;
}

UL {
    list-style: none;
}

.image:before {
    content: '\1f5bc ';
    margin: 0 0.7em; 
}

.weblink:before {
    content: '\1F310 ';
    margin: 0 0.7em; 
}

.locallink:before {
    content: '\1F4C4 ';
    margin: 0 0.7em; 
}

.listitem:before {
    content: '\2022 ';
    margin: 0 0.7em; 
}
A {
    color: #7d6754;
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    filter: brightness(90%);
}

H1 A {
    font-size: 2.5em;
    font-family: sans;
    font-weight: bold;
    color: #c8a2c8;
    max-width: 100%;
}

H2 A {
    font-size: 2em;
    font-family: sans;
    font-weight: bold;
    color: #c8a2c8;
}

H3 A {
    font-size: 1.7em;
    font-family: sans;
    font-weight: bold;
    color: #c8a2c8;
}
}

P {
    font-size: 1.3em;
    color: #7d6754;
}

A IMG {
    max-width: 19%;
    visibility: hidden;
    display: none;
}

A:target ~ A IMG {
    visibility: visible;
    display: block;
}


/*
A:hover IMG {
    visibility: visible;
    display: block;
    float: right;
    position: fixed;
    top: 10px;
    right: 10px;
}
*/
