/*page background*/
body {
  background-image: ;
  background-position: ;
  background-repeat: ;
  background-attachment: ;
  background-color: ;
}

/*table header*/
.t_kepala {
  background-image: url('themes/default/pic/bg.jpg') center center ;
}
/*table content*/
.t_body_konten {
  background-image: ;
  background-color: ;
  font-family: ;
  color: ;
  border-width: ;
  border-color: ;
  border-style: ;
}
/*table footer*/
.t_footer {
  background-image: ;
  background-color: ;
  font-family: ;
  color: ;
  border-width: ;
  border-color: ;
  border-style: ;
}
/*judul web */
.judul{
	font-family: "courir new";
	color:darkblue;
  background-color: transparent;
	font-size: 40px;
	font-weight: bold;
}
.motto{
	font-family: "courir new";
	color:green;
  background-color: transparent;
	font-weight: bold;
}

ul{
list-style-image: url('themes/default/pic/right.gif');
}

/* GLOBAL LINKS */
a, a:link, a:visited, a:hover, a:active {
  color: #EBBDCC;
}
a:hover{
color:#ffff00;
}

.judulpanel{
	font-weight: bold;
}
.isipanel{
	font-weight: bold;
}
