html
{
    
}


body
{
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #000000;
    font-weight: 400;
    text-decoration: rgb(68, 68, 68);
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    
    background: #9f9f9e;
    
    
}

noscript
{
    width: 100%;
    padding: 10px;
    background: lightsalmon;
    color: black;
    font-size: 105%;
   
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    text-shadow: 0px 0px 1px white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

@media only screen and (min-width: 1000px) 
{
    body
    {
        font-size: 14px;
    }
}
@media only screen and (min-height: 1200px) 
{
    body
    {
        font-size: 16px;
    }
}


a
{
    font: inherit;
    text-decoration: underline dotted;
    color: #123e7b;
    cursor: pointer;
    transition: all 0.15s linear;
    outline: 2px solid transparent;
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
    text-underline-offset: 1px;
    transform: all 0.2s ease;
}
a[customlink]
{
    color: inherit;
    
}
a img
{
    float: left;
}

a:hover
{
    color: white;
    text-shadow: 0px 0px 1px black;
    background: #a9c308;
    outline: 2px solid #a9c308;
    border-radius: 5px;
}
a:active
{
    transition: none;
    filter: invert(100%);
}

a:before
{
    content: "❯\00a0";
}

a[customlink]:before
{
    content: "";
}

