<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    background-color: lightgrey;
    padding-top: 10px;
    background: url("gory1.JPG");
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    color: black;
}
h2 {
    color: black;
font-size: 100%;
}

p {
    color:black;
    font-size: 120%;
}


li.duze {font-size: 120%;}



header {
    background-color:black;
    color:white;
    text-align:center;
    font-size: 200%;
    font-family: verdana;
    padding:5px;
}
nav {
    line-height:30px;
    background-color:lightgrey;
    font-size: 150%;
    height:30px;
    width:auto;
    color:blue;
    text-align:center;
    padding:5px; 
}
section {
    width:80%;
    float:left; 
}
footer {
    background-color:black;
    color:white;
    position:absolute;
    bottom:0;
    clear:both;
    text-align:left;
    padding-top: 10px;
}



a:link    {color:black; background-color:transparent; text-decoration:none;}
a:visited {color:black; background-color:transparent; text-decoration:none;}
a:hover   {color:blue; background-color:transparent; text-decoration:none;}
a:active  {color:red; background-color:transparent; text-decoration:none;}


.column-left{ float: left; width: 33%; text-align:center}
.column-right{ float: right; width: 33%; text-align:center }
.column-center{ display: inline-block; width: 33%; text-align:center}</pre></body></html>