    body {
              font-family: "Arial", sans-serif;
              background-color: #ffff99;
        }

        h1 {
            color: red;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            text-align: center;
        }

        .w1 {
            color: red;
            margin: 5px;
        }

        .w2 {
            color: green;
            margin: 5px;
        }

        .w3 {
            color: blue;
            margin: 5px;
            color: #2022b8;
        }

        img {
            width: 300px;
            border-style: solid;
            border-color: black;
            border-width: 2px;
        }

        .imgcontent {
            text-align: center;
        }

        .shorthr {
            margin-right: 50%;
        }
        
        .bottomtext {
            text-align: center;
        }
        
        .name {
            margin: 20px;
        }


        .bg_green {background-color: rgb(0, 255, 0);}
        .spec {background-color: red; font-size: 16px; font-weight: bold;}
        .kod {font-family: 'Courier New', Courier, monospace;}

        a {
        color:#666666;
        font-size:16px;
        text-decoration:none;
        }
        a:hover {
        text-decoration:underline overline;
        }
