/* 1994-1996 PizzaNet Authentic Web Styling for skelepel.my.id */
/* Pure HTML 2.0 / 3.2 defaults: NO 3D bevels, NO fake Win32 OS decoration */

body {
  background-color: #c0c0c0;
  color: #000000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.35;
  margin: 16px 20px;
  padding: 0;
  -webkit-font-smoothing: none;
}

h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 12px 0 8px 0;
}

h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
  margin: 14px 0 6px 0;
}

p {
  margin: 10px 0;
}

hr {
  border: 0;
  border-top: 2px solid #000000;
  margin: 14px 0;
}

a:link {
  color: #0000ee;
  text-decoration: underline;
}
a:visited {
  color: #551a8b;
  text-decoration: underline;
}
a:active {
  color: #ff0000;
  text-decoration: underline;
}

pre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  margin: 10px 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  padding: 3px 5px;
}

input[type='submit'],
input[type='button'],
input[type='reset'],
button {
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  background-color: #d8d8d8;
  color: #000000;
  border: 1px solid #000000;
  padding: 3px 10px;
  cursor: pointer;
}

table.menu-table {
  border-collapse: collapse;
  font-family: 'Times New Roman', Times, serif;
  width: 100%;
  max-width: 650px;
  margin: 10px 0;
}

table.menu-table th,
table.menu-table td {
  border: 1px solid #000000;
  padding: 5px 8px;
}

table.menu-table th {
  background-color: #dcdcdc;
  font-weight: bold;
  text-align: left;
}

.center {
  text-align: center;
}

.logo-banner {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 380px;
  height: auto;
}

.footer {
  font-size: 13px;
  margin-top: 20px;
}
