body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
img {
    opacity: 1.0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
img:hover {
    opacity: 0.5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; }
.style15 {color: #000000}
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
.style17 {font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
#popup1 {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.7);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup2 {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.7);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

.window {
width: 300px;
height: 250px;
background: #fff;
border-radius: 10px;
position: relative;
padding: 10px;
box-shadow: 0 0 5px rgba(0,0,0,.4);
text-align: center;
margin: 18% auto;
}

.close-button {
width: 20px;
height: 20px;
background: #000;
border-radius: 50%;
border: 3px solid #fff;
display: block;
text-align: center;
color: #fff;
text-decoration: none;
position: absolute;
top: -10px;
right: -10px;
}

#popup1:target {
visibility: visible;
}

.gelap{display: none;
 
    background: #000;
 
    position: fixed; left: 0; top: 0;
 
    width: 100%; height: 100%;
 
    opacity: 0.8;
 
    z-index: 999;}

#popup2:target {
visibility: visible;
}
.style19 {font-size:14px; border:#2D71A8 1px solid; padding:5px; cursor:pointer; background-color: #4B83D6;}
.style20 {color: #FFFFFF}
.style21 {font-size: 12px}
.style23 {font-size: 12px; color: #FFFFFF; }
.style24 {padding:5px; cursor:pointer; background-color: #4B83D6; border: #2D71A8 1px solid;}