@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-x;
}

.teks {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000000;
}

.title {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
    color: #00fff0
}

.home {
	color: #d2ff00;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.date {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.last-date {
	color: #00fff6;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright {
	color: #FFFFFF;
	font-size: 10px;
	font-family: "Trebuchet MS";
}
.title-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.subtitle {
	color: #FFFFFF; 
	font-weight: bold; 
}
.subtitle2 {
	font-size: 13px;
	font-weight: bold;
}
.lisensi {color: #FF3300
}
.sindebudi {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #18d7cc;
	font-weight: bold;
}
.ninjiom {
    color: #FF0000;
}

/*dinamic*/
.tanggal {
	font-size: 10px;
	color:#3366FF;
	font-weight:normal;
}

.red {
color:#FF0000;
}
.abu {
color:#666666;
}

a.nemu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nemu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nemu:hover {
	color: #FFFF99;
	text-decoration: none;
}
a.nemu:active {
	color: #FFFFCC;
	text-decoration: none;
}

a:link {text-decoration: none; color: red;}
a:visited {text-decoration: none; color: red;}
a:active {text-decoration: none; color: red;}
a:hover {text-decoration: underline; color: red;}