<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.daftar, td{
  color:grey;
}

a.daftar:hover, a.daftar:link, a.daftar:visited, a.daftar:active{
  color:green;
  font-weight:bold;
}

a.lupa:hover, a.lupa:link, a.lupa:visited, a.lupa:active{
  color:black;
}

a.lupa:hover{
  text-decoration: underline;
}

div.log{
  border:1px solid black;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding:30px;
}
</pre></body></html>