body {
    margin: 0;
    padding: 0;
    background: #26282b;
}

a {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.hline {
    border: 2px solid #24f910;
}

.h1naslov{
    color: #24f910;
    font-family: Tahoma;
}

.parent {
    border:1px solid #CCCCCC; 
    width:100%; 
    height:40px; 
    background-color:#DDDDDD;   
    border-bottom: 1px solid #AAA;
}

.header_links{font-size:14px; color: #191970; text-decoration:none; 
font-weight:bold;}
.header_links:link{font-size:14px; color: #191970; text-decoration:none; 
font-weight:bold;}
.header_links:visited{font-size:14px; color: #191970; text-decoration:none; 
font-weight:bold;}
.header_links:hover{font-size:14px; color: #a52a2a; text-decoration:underline; font-weight:bold;}

.footer{
    position: absolute;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    height: 30px;
    color: #111111;
    background: #DDDDDD;
    bottom: 0;
    width: 100%;
    font-family: Tahoma;
    font-size: 18px;
}

.prazan {
    height: 200px;
}

.list-group-item {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: chartreuse;
    text-decoration:underline;
    font-size: 16px;
}

a:link {
    color: chartreuse;
}

a:visited {
    color: chartreuse;
}

.left {
    display: inline-block;
    width: 25px;
    border: 0px solid orangered;
    float: left;
    padding-left: 50px;
}

.right {
    display: inline-block;
    width: 60%;
    border: 0px solid yellowgreen;
    float: left;
    padding-left: 30px;
}

.btn1 {
    width: 34px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 27px;
}

.btn1:hover {
    cursor: pointer;
    font-size: 16px;
    color: orangered;
}

img:hover {
    cursor: pointer;
}

#gamenames {
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

#gamenames:hover {
    text-decoration: orangered 3px overline;

}