body,table {
  padding: 0px;
  color : #665522;
  font-size : 11px;
  font-family : Arial, Helvetica, sans-serif;
}

a {
  color: #ddcc99;
  text-decoration: none;
}
a:hover {
  color : #ffeeaa;
  text-decoration : none;
  border-bottom:1px dotted #cccccc;
}
a:active {
  color : #998844;
  text-decoration : none;
  border-bottom:1px dotted #cccccc;
}

select, input {
  font-size: 8pt;
  border: 1px solid #999;
  padding:2;
  margin:0; 
}

form {
  margin: 0px 0px 0px 0px;
}

th {
	font-size:8pt;
	background-color:#eeee66;
	font-weight:bold;
}

.title_hasil{
	font-size:8pt;
	background-color:#fcfc99;
	font-weight:bold;
}