h1, h3, body, p, a { 
	font-family: verdana, arial; 
	color:#0098f6; /* warna:biru */
}
body {
	background-color:#000000; /* warna:hitam */
	margin:0; /* to remove the space on the top & left */
}
div.container {
text-align:center;
}
div.nol {
	float:left;
	width:800px;
	text-align:left;
}
div.satu {
	float:left;
	width:150px;
	text-align:left;
}
div.dua {
	float:left;
	width:650px;
	text-align:left;
}
p.tentang, ol {
	font-size: 0.8em;
	color:#ffffff; /* warna:putih */
}
p.judul {
	font-size: 0.8em;
	color:#0098f6; /* warna:biru */
}
p.power {
	margin-left:24cm; /*text-align:right;*/
}
a.luar:link {color:#0098f6;text-decoration:none;}    /* unvisited link */
a.luar:visited {color:#0098f6;text-decoration:none;} /* visited link */
a.luar:hover {color:#eb5f01;text-decoration:none;}   /* mouse over link */
a.luar:active {color:#eb5f01;text-decoration:none;}  /* selected link */
a.dalam:link {text-decoration:none;}    /* unvisited link */
a.dalam:visited {text-decoration:none;} /* visited link */
a.dalam:hover {text-decoration:none;}   /* mouse over link */
a.dalam:active {text-decoration:none;}  /* selected link */
a img  {  
	border:none;  
} 
iframe {
	border:none; /*width=682 height=415 frameborder="0" scrolling="no" */
	overflow: hidden; 
	height: 100%;
    width: 100%; 
	position: absolute;
}
.akhir {
	font-size: 0.6em;
}
#situsluar {
    display:none;
}
#situsluar:target {
    display:block;
}