<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    /* #ADD8E6 */
    background-color: lightblue;
    padding: 20px;
}

h1
{
    color: navy;
 // background-color: olivedrab;
    text-align: center;
}

p
{
    background-color: lightblue;
    color: black;
}

a:hover
{
    background-color: olivedrab;
    color: black;
}

th
{
    background-color: navy;
    color: white;
}

th:hover
{
    background-color: darkblue;
 // color: darkblue;
    color: black;
}

td
{
    color: darkblue;
}

img.logo
{
    display: block;
    position: relative;
    width: 200px;
    padding: 0px;
    margin-bottom: 8px;
}


img.home
{
 // display: block;
 // position: relative;
    width: 60px;
 // padding: 0px;
 // margin-bottom: 8px;
}

img.home:hover
{
    width: 65px;
    filter: grayscale(50%);
}

img
{
    display: block;
    position: relative;
    width: 40vw;
    max-width: 100vw;
    padding: 0px;
    margin-bottom: 8px;
}
pre
{
    background: #fff;
    padding: 8px;
    margin: 8px 0px;
    position: relative;
    display: block;
}
a.picture
{
    display: block;
    border: 1px solid #000;
    width: 40vw;
    margin-bottom: 8px;
    text-decoration:none;
    background: #fff;
}
a.picture:hover
{
    background: #fff;
}
a.picture &gt; img
{
    width: 100%;
}
a.picture &gt; span
{
    display:block;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

img.contact
{
    display: block;
    position: relative;
    width: 20vw;
    margin-left: 20x;
}

span.numbered
{
    font-style: italic;
    font-weight: normal;
    background-color: olivedrab;
    color: #FFF;
}

th.list
{
    font-style: italic;
    font-weight: normal;
    background-color: olivedrab;
    color: #FFF;
    text-align: left;
}

td.list
{
    font-style: italic;
    font-weight: normal;
    background-color: lightblue;
    color: black;
}

td.notice
{
    font-style: italic;
    color: #F00;
}

td.planned
{
    font-style: italic;
    color: #888;
}



</pre></body></html>